mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Fix TestAddContext after 2698ba6
This commit is contained in:
@@ -30,7 +30,6 @@ def add_context(
|
||||
context_type: Optional[str] = None,
|
||||
context_identifier: Optional[str] = None,
|
||||
target_view: Optional[str] = None,
|
||||
target_scale: Optional[float] = None,
|
||||
parent: Optional[str] = None,
|
||||
) -> ifcopenshell.entity_instance:
|
||||
return ifc.run(
|
||||
@@ -38,7 +37,6 @@ def add_context(
|
||||
context_type=context_type,
|
||||
context_identifier=context_identifier,
|
||||
target_view=target_view,
|
||||
target_scale=target_scale,
|
||||
parent=parent,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user