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