From a4045a37f1594f97a850349fb53dd60731c30890 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 11 Aug 2025 17:40:59 +0500 Subject: [PATCH] typing --- .../ifcopenshell/api/geometry/assign_representation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/geometry/assign_representation.py b/src/ifcopenshell-python/ifcopenshell/api/geometry/assign_representation.py index 86eb30c193..5b62fd4639 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/geometry/assign_representation.py +++ b/src/ifcopenshell-python/ifcopenshell/api/geometry/assign_representation.py @@ -32,7 +32,6 @@ def assign_representation( class Usecase: file: ifcopenshell.file - settings: dict[str, Any] def execute(self, product: ifcopenshell.entity_instance, representation: ifcopenshell.entity_instance) -> None: if product.is_a("IfcProduct"):