From 0d2736be4f4e9525f74e514f631c10b93f480c69 Mon Sep 17 00:00:00 2001 From: Petru Conduraru Date: Sat, 11 Jul 2026 19:14:14 +0300 Subject: [PATCH] Apply Black formatting to assign_object.py to green ci-lint (#7154) Add the trailing comma Black (the version ci-lint pins) expects on the create_entity kwargs, so lint-formatting passes on this PR. Formatting only, no behaviour change. Generated with the assistance of an AI coding tool. Co-Authored-By: Claude Opus 4.8 --- .../ifcopenshell/api/aggregate/assign_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/aggregate/assign_object.py b/src/ifcopenshell-python/ifcopenshell/api/aggregate/assign_object.py index 40d0660ee1..8287a717fa 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/aggregate/assign_object.py +++ b/src/ifcopenshell-python/ifcopenshell/api/aggregate/assign_object.py @@ -161,7 +161,7 @@ def assign_object( "OwnerHistory": ifcopenshell.api.owner.create_owner_history(file), "RelatedObjects": list(products_set), "RelatingObject": relating_object, - } + }, ) # localize placement relative to a new aggregate for affected products