mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 16:22:53 +00:00
Sort imports
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user