mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
typing
This commit is contained in:
@@ -1592,7 +1592,7 @@ def remove_deep2(
|
||||
if not are_inverses_contained():
|
||||
return
|
||||
|
||||
to_delete = set()
|
||||
to_delete: set[ifcopenshell.entity_instance] = set()
|
||||
subgraph = list(ifc_file.traverse(element, breadth_first=True))
|
||||
subgraph.extend(also_consider)
|
||||
subgraph_set = set(subgraph)
|
||||
|
||||
Reference in New Issue
Block a user