lgtm: removes unused imports in Python scripts

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

View File

@@ -102,6 +102,7 @@ class TaskManyTaskBoxes:
widget2 = QtGui.QWidget()
widget2.setWindowTitle("My Test Box")
text = QtGui.QLabel("testBox",widget2)
text.setObjectName("label")
self.form = [widget1,widget2]
def createTask():