We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc326d commit 8d6d61aCopy full SHA for 8d6d61a
1 file changed
worker/api.py
@@ -1,11 +1,12 @@
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
-import xml.etree.ElementTree as ET
-from xmlschema.validators.exceptions import XMLSchemaValidationError
8
from ifctester.ids import Ids, IdsXmlValidationError, get_schema
9
+from xmlschema.validators.exceptions import XMLSchemaValidationError
10
11
# https://github.com/buildingSMART/IDS/blob/9914d568c7ac037acd97e58a0d16e9f93c3e3416/Schema/ids.xsd#L232
12
ifc_schemas = ["IFC2X3", "IFC4", "IFC4X3_ADD2"]
0 commit comments