Sort imports

This commit is contained in:
Andrej730
2025-12-19 18:53:04 +05:00
parent 29176330e8
commit 13be6ccd45
731 changed files with 2234 additions and 1709 deletions
+5 -5
View File
@@ -17,15 +17,15 @@
# along with bSDD. If not, see <http://www.gnu.org/licenses/>.
from __future__ import annotations
import uuid
import http.server
import time
import urllib.parse
import requests
import uuid
import webbrowser
import http.server
from typing import TypedDict, Literal, Optional, TYPE_CHECKING, Any
from typing_extensions import NotRequired
from typing import TYPE_CHECKING, Any, Literal, Optional, TypedDict
import requests
from typing_extensions import NotRequired
if TYPE_CHECKING:
import ifcopenshell