Skip to content

Commit 8d6d61a

Browse files
committed
9e2b7ba Bump tar from 7.4.3 to 7.5.3 in /src/ifctester/webapp
1 parent 4fc326d commit 8d6d61a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

worker/api.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
import xml.etree.ElementTree as ET
2+
13
import ifcopenshell
24
import ifcopenshell.util
35
import ifcopenshell.util.attribute
46
import ifcopenshell.util.pset
57
import ifcopenshell.util.schema
6-
import xml.etree.ElementTree as ET
7-
from xmlschema.validators.exceptions import XMLSchemaValidationError
88
from ifctester.ids import Ids, IdsXmlValidationError, get_schema
9+
from xmlschema.validators.exceptions import XMLSchemaValidationError
910

1011
# https://github.com/buildingSMART/IDS/blob/9914d568c7ac037acd97e58a0d16e9f93c3e3416/Schema/ids.xsd#L232
1112
ifc_schemas = ["IFC2X3", "IFC4", "IFC4X3_ADD2"]

0 commit comments

Comments
 (0)