Running black

This commit is contained in:
Massimo Fabbro
2025-08-04 18:17:33 +02:00
committed by Massimo Fabbro
parent c6093430c2
commit 8a4739f9c9
@@ -130,6 +130,7 @@ def serialise_cost_value(cost_value: ifcopenshell.entity_instance) -> str:
return result[1:-1] return result[1:-1]
return result return result
def get_assigned_rate_cost_item(cost_item: ifcopenshell.entity_instance) -> ifcopenshell.entity_instance: def get_assigned_rate_cost_item(cost_item: ifcopenshell.entity_instance) -> ifcopenshell.entity_instance:
# same as in tool. Maybe just create one? # same as in tool. Maybe just create one?
for assignment in cost_item.HasAssignments: for assignment in cost_item.HasAssignments: