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
+9 -7
View File
@@ -16,11 +16,13 @@
# You should have received a copy of the GNU Lesser General Public License
# along with IfcTester. If not, see <http://www.gnu.org/licenses/>.
import functools
import os
import re
import uuid
import pytest
import functools
from pathlib import Path
from xml.dom.minidom import parseString
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.api.aggregate
@@ -32,15 +34,15 @@ import ifcopenshell.api.spatial
import ifcopenshell.api.type
import ifcopenshell.api.unit
import ifcopenshell.guid
import ifctester
import numpy as np
import pytest
import test_facet
import test_ids
import numpy as np
from pathlib import Path
from xml.dom.minidom import parseString
from ifctester import ids
from ifcopenshell import validate
import ifctester
from ifctester import ids
outdir = "build"
+11 -2
View File
@@ -18,6 +18,7 @@
import uuid
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.api.aggregate
@@ -33,9 +34,17 @@ import ifcopenshell.api.type
import ifcopenshell.api.unit
import ifcopenshell.guid
import ifcopenshell.util.pset
import ifctester.ids
import ifctester.facet
from ifctester.facet import Entity, Attribute, Classification, Property, PartOf, Material, Restriction
import ifctester.ids
from ifctester.facet import (
Attribute,
Classification,
Entity,
Material,
PartOf,
Property,
Restriction,
)
def set_facet(facet):
+5 -3
View File
@@ -17,13 +17,15 @@
# along with IfcTester. If not, see <http://www.gnu.org/licenses/>.
import os
import pytest
import xmlschema
from typing import Optional
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.api.material
import pytest
import xmlschema
from ifctester import ids
from typing import Optional
def run(