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"):