mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 13:43:40 +00:00
run black
This commit is contained in:
@@ -219,9 +219,7 @@ class entity_instance_mixin:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
if self.file != other.file or not self.is_entity():
|
if self.file != other.file or not self.is_entity():
|
||||||
return self.get_info(
|
return self.get_info(recursive=True, include_identifier=False) == other.get_info(
|
||||||
recursive=True, include_identifier=False
|
|
||||||
) == other.get_info(
|
|
||||||
recursive=True, include_identifier=False
|
recursive=True, include_identifier=False
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user