ruff: sort imports

This commit is contained in:
Andrej730
2026-08-10 15:31:39 +05:00
parent 717d6aa2af
commit 7370d07db1
66 changed files with 87 additions and 62 deletions
@@ -19,12 +19,6 @@
import logging
from typing import TypeVar, Union
import numpy as np
import numpy.typing as npt
import shapely
import shapely.ops
from shapely.geometry.polygon import orient
import ifcopenshell
import ifcopenshell.api.geometry
import ifcopenshell.geom
@@ -33,7 +27,12 @@ import ifcopenshell.util.placement
import ifcopenshell.util.representation
import ifcopenshell.util.shape
import ifcopenshell.util.unit
import numpy as np
import numpy.typing as npt
import shapely
import shapely.ops
from ifcopenshell.util.shape_builder import ShapeBuilder
from shapely.geometry.polygon import orient
import ifcpatch
@@ -19,8 +19,7 @@
from __future__ import annotations
import logging
from typing import Optional, TYPE_CHECKING
from typing import TYPE_CHECKING, Optional
import ifcopenshell
import ifcopenshell.util.shape_builder
@@ -20,7 +20,6 @@ from collections.abc import Sequence
from logging import Logger
from typing import Union
import ifcpatch
import ifcopenshell
import ifcopenshell.util.element
import ifcopenshell.util.geolocation
@@ -16,9 +16,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
import numpy as np
import pytest
import ifcopenshell.api.aggregate
import ifcopenshell.api.context
import ifcopenshell.api.geometry
@@ -28,6 +25,8 @@ import ifcopenshell.geom
import ifcopenshell.util.placement
import ifcopenshell.util.representation
import ifcopenshell.util.shape
import numpy as np
import pytest
from ifcopenshell.util.shape_builder import ShapeBuilder
import ifcpatch
+1 -1
View File
@@ -17,9 +17,9 @@
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
import ifcopenshell.api.project
import pytest
import ifcopenshell.api.project
import ifcpatch
import test.bootstrap
+1 -2
View File
@@ -22,10 +22,9 @@ import logging
import sys
from unittest import mock
import pytest
import ifcopenshell
import ifcopenshell.guid
import pytest
import ifcpatch
import test.bootstrap