Skip to content

Commit e5cf5d6

Browse files
committed
e41df68 Reintroduce public API for IfcTester after ruff purge 72f8218fcd87429d920b08cb73b11cf959ba4b26
1 parent baac722 commit e5cf5d6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

worker/api.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import xml.etree.ElementTree as ET
2-
31
import ifcopenshell
4-
import ifcopenshell.util
52
import ifcopenshell.util.attribute
63
import ifcopenshell.util.pset
7-
import ifcopenshell.util.schema
8-
from ifctester.ids import Ids, IdsXmlValidationError, get_schema
94
from xmlschema.validators.exceptions import XMLSchemaValidationError
105

6+
from ifctester.ids import Ids, IdsXmlValidationError, get_schema
7+
118
# https://github.com/buildingSMART/IDS/blob/9914d568c7ac037acd97e58a0d16e9f93c3e3416/Schema/ids.xsd#L232
129
ifc_schemas = ["IFC2X3", "IFC4", "IFC4X3_ADD2"]
1310

0 commit comments

Comments
 (0)