mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
typing
This commit is contained in:
@@ -32,7 +32,6 @@ def assign_representation(
|
|||||||
|
|
||||||
class Usecase:
|
class Usecase:
|
||||||
file: ifcopenshell.file
|
file: ifcopenshell.file
|
||||||
settings: dict[str, Any]
|
|
||||||
|
|
||||||
def execute(self, product: ifcopenshell.entity_instance, representation: ifcopenshell.entity_instance) -> None:
|
def execute(self, product: ifcopenshell.entity_instance, representation: ifcopenshell.entity_instance) -> None:
|
||||||
if product.is_a("IfcProduct"):
|
if product.is_a("IfcProduct"):
|
||||||
|
|||||||
Reference in New Issue
Block a user