We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baac722 commit e5cf5d6Copy full SHA for e5cf5d6
1 file changed
worker/api.py
@@ -1,13 +1,10 @@
1
-import xml.etree.ElementTree as ET
2
-
3
import ifcopenshell
4
-import ifcopenshell.util
5
import ifcopenshell.util.attribute
6
import ifcopenshell.util.pset
7
-import ifcopenshell.util.schema
8
-from ifctester.ids import Ids, IdsXmlValidationError, get_schema
9
from xmlschema.validators.exceptions import XMLSchemaValidationError
10
+from ifctester.ids import Ids, IdsXmlValidationError, get_schema
+
11
# https://github.com/buildingSMART/IDS/blob/9914d568c7ac037acd97e58a0d16e9f93c3e3416/Schema/ids.xsd#L232
12
ifc_schemas = ["IFC2X3", "IFC4", "IFC4X3_ADD2"]
13
0 commit comments