aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_674.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_674.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_674.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_674.py b/sources/pyside6/tests/QtWidgets/bug_674.py
index 1262cd150..27a00ad45 100644
--- a/sources/pyside6/tests/QtWidgets/bug_674.py
+++ b/sources/pyside6/tests/QtWidgets/bug_674.py
@@ -18,7 +18,7 @@ class TestBug679(unittest.TestCase):
'''QGraphicsScene::clear() is missing'''
@unittest.skipUnless(hasattr(sys, "getrefcount"), f"{sys.implementation.name} has no refcount")
def testIt(self):
- app = QApplication([])
+ app = QApplication([]) # noqa: F841
scene = QGraphicsScene()
hello = scene.addText("Hello")