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
@@ -16,11 +16,12 @@
# 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 ifcopenshell
import ifcopenshell.geom
import ifcopenshell.util.shape
import test.bootstrap
import numpy as np
from ifcopenshell.util.shape_builder import ShapeBuilder, V
@@ -1,11 +1,10 @@
import collections
import numpy as np
import ifcopenshell
import ifcopenshell.geom
import pytest
import ifcopenshell
import ifcopenshell.geom
from test.bootstrap import file
@@ -17,6 +17,7 @@
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
import numpy as np
import ifcopenshell
import ifcopenshell.api.context
import ifcopenshell.api.geometry
@@ -24,7 +25,6 @@ import ifcopenshell.api.profile
import ifcopenshell.api.root
import ifcopenshell.api.unit
import ifcopenshell.geom
import ifcopenshell.geom
import ifcopenshell.util.unit
import test.bootstrap
from ifcopenshell.util.shape_builder import ShapeBuilder
+3 -1
View File
@@ -1,7 +1,9 @@
import os
import pytest
import ifcopenshell
from ifcopenshell.geom.stats import StatsCollector
import pytest
@pytest.mark.parametrize(
@@ -1,9 +1,10 @@
import pathlib
from collections.abc import Sequence
import ifcopenshell
import pytest
import ifcopenshell
def _bbox_from_vertices(verts: list[tuple[float, float, float]]):
if not verts: