Arch: lint bad indentation, superfluous formatting (#9310)

This commit is contained in:
luzpaz
2023-04-19 03:40:16 -04:00
committed by GitHub
parent c55cae44b9
commit fdca2d49f7
16 changed files with 84 additions and 89 deletions

View File

@@ -25,8 +25,8 @@ class ifc_object:
def __init__(self):
pass
def onDocumentRestored(self, obj):
obj.Type = [obj.IfcType]
obj.Type = obj.IfcType
obj.Type = [obj.IfcType]
obj.Type = obj.IfcType
def __getstate__(self):
return None
def __setstate__(self, state):