lgtm: removes unused imports in Python scripts

This commit is contained in:
wmayer
2022-03-20 23:00:55 +01:00
parent bec723ba17
commit cf7fd5d2ac
17 changed files with 16 additions and 28 deletions

View File

@@ -66,7 +66,7 @@ class TemplatePyMod_Cmd2:
self.node=[]
self.view.removeEventCallback("SoMouseButtonEvent",self.call)
p=PolygonCreator(d,v,10)
self.polycreator = PolygonCreator(d,v,10)
def IsActive(self):
if FreeCAD.ActiveDocument is None: