black format

This commit is contained in:
Andrej730
2024-04-05 16:05:11 +05:00
parent 02aaf1b409
commit 78abca16e6
6 changed files with 47 additions and 66 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class FacetDocGenerator:
specs = ids.Ids(title=name)
# todo: to resume IFC2X3 we need to ensure that entities and attributes are consistent with that schema in order to pass audit
spec = ids.Specification(name=name, minOccurs=1, ifcVersion=["IFC4"])
spec = ids.Specification(name=name, minOccurs=1, ifcVersion=["IFC4"])
spec.applicability.append(ids.Entity(name=inst.is_a().upper()))
spec.requirements.append(facet)
specs.specifications.append(spec)