[Arch] Fix LGTM warnings
This commit is contained in:
committed by
Chris Hennes
parent
8064b6bf01
commit
6391bebeb8
@@ -1060,7 +1060,6 @@ class Component(ArchIFC.IfcProduct):
|
||||
if obj.IfcType.endswith("Standard Case"):
|
||||
return True
|
||||
# Try to guess
|
||||
import ArchIFC
|
||||
if obj.IfcType + " Standard Case" in ArchIFC.IfcTypes:
|
||||
# this type has a standard case
|
||||
if obj.Additions or obj.Subtractions:
|
||||
|
||||
Reference in New Issue
Block a user