aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtUiTools/bug_913.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtUiTools/bug_913.py')
-rw-r--r--sources/pyside6/tests/QtUiTools/bug_913.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtUiTools/bug_913.py b/sources/pyside6/tests/QtUiTools/bug_913.py
index 47cbfd706..85d38b893 100644
--- a/sources/pyside6/tests/QtUiTools/bug_913.py
+++ b/sources/pyside6/tests/QtUiTools/bug_913.py
@@ -19,7 +19,7 @@ from PySide6.QtUiTools import QUiLoader
class TestBug913 (unittest.TestCase):
def testIt(self):
- app = QApplication([])
+ app = QApplication([]) # noqa: F841
loader = QUiLoader()
file = Path(__file__).resolve().parent / 'bug_913.ui'