From 2416d917480b1c77ac766fb25b9635e79e1befad Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 9 Sep 2024 10:37:44 +0500 Subject: [PATCH] black format --- src/bonsai/bonsai/tool/cost.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/tool/cost.py b/src/bonsai/bonsai/tool/cost.py index ffc6943cae..8d9945a4ad 100644 --- a/src/bonsai/bonsai/tool/cost.py +++ b/src/bonsai/bonsai/tool/cost.py @@ -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", + )