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