[Arch] Silence LGTM missing init warnings

This commit is contained in:
Chris Hennes
2021-08-17 12:34:28 -05:00
parent f0a7213df7
commit e434970220
2 changed files with 4 additions and 2 deletions

View File

@@ -122,7 +122,8 @@ class FreeCADGuiHandler(xml.sax.ContentHandler):
# plus a GuiCameraSettings key that contains an iv repr of a coin camera
def __init__(self):
super().__init__()
self.guidata = {}
self.current = None
self.properties = {}

View File

@@ -105,7 +105,8 @@ def read(filename):
class SH3DHandler(xml.sax.ContentHandler):
def __init__(self,z):
super().__init__()
self.makeIndividualWalls = False
self.z = z
self.windows = []