Run black on IOS-Python

This commit is contained in:
Dion Moult
2024-07-26 12:00:28 +10:00
parent d51fa2c5f7
commit a6286293d8
83 changed files with 603 additions and 637 deletions
@@ -29,9 +29,7 @@ class TestEditPropTemplate(test.bootstrap.IFC4):
prop_template=prop,
attributes={"Name": "DemoA", "PrimaryMeasureType": "IfcLabel"},
)
ifcopenshell.api.pset_template.edit_prop_template(
self.file, prop_template=prop, attributes={"Name": "DemoB"}
)
ifcopenshell.api.pset_template.edit_prop_template(self.file, prop_template=prop, attributes={"Name": "DemoB"})
assert prop.Name == "DemoB"
def test_editing_an_enumeration(self):