black format

This commit is contained in:
Andrej730
2024-09-09 10:37:44 +05:00
parent 7d90c319f0
commit 2416d91748
+5 -1
View File
@@ -858,4 +858,8 @@ class Cost(bonsai.core.tool.Cost):
if not bpy.context.scene.WebProperties.is_connected:
bpy.ops.bim.connect_websocket_server(page="costing")
cost_schedule_data = cls.create_cost_schedule_json(cost_chedule)
tool.Web.send_webui_data(data={"cost_items": cost_schedule_data, "cost_schedule_id": cost_chedule.id()}, data_key="cost_items", event="cost_items")
tool.Web.send_webui_data(
data={"cost_items": cost_schedule_data, "cost_schedule_id": cost_chedule.id()},
data_key="cost_items",
event="cost_items",
)