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
@@ -33,9 +33,7 @@ class TestAddCostItemQuantity(test.bootstrap.IFC4):
quantities = []
for quantity_type in quantity_types:
quantity = ifcopenshell.api.cost.add_cost_item_quantity(
self.file, cost_item=item, ifc_class=quantity_type
)
quantity = ifcopenshell.api.cost.add_cost_item_quantity(self.file, cost_item=item, ifc_class=quantity_type)
assert quantity.is_a(quantity_type)
assert quantity.Name == "Unnamed"
if quantity_type == "IfcQuantityCount":