Arch: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-16 18:09:39 -05:00
committed by wwmayer
parent 3e70636bdc
commit e2a81c8674
10 changed files with 55 additions and 55 deletions

View File

@@ -21,12 +21,12 @@
#* *
#***************************************************************************
class ArchSketchObject:
def __init__(self, obj):
pass
class ArchSketch(ArchSketchObject):
def __init__(self, obj):
class ArchSketchObject:
def __init__(self, obj):
pass
#from ArchSketchObjectExt import ArchSketch # Not works
class ArchSketch(ArchSketchObject):
def __init__(self, obj):
pass
#from ArchSketchObjectExt import ArchSketch # Doesn't work