mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Running black
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user