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
@@ -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