diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_338.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/bug_338.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_338.py b/sources/pyside6/tests/QtWidgets/bug_338.py index 463c20527..3cdd64787 100644 --- a/sources/pyside6/tests/QtWidgets/bug_338.py +++ b/sources/pyside6/tests/QtWidgets/bug_338.py @@ -26,7 +26,7 @@ class DiagramItem(QGraphicsPolygonItem): class BugTest(unittest.TestCase): def test(self): - app = QApplication(sys.argv) + app = QApplication(sys.argv) # noqa: F841 scene = QGraphicsScene() item = DiagramItem() item2 = DiagramItem() |
