diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_525.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/bug_525.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_525.py b/sources/pyside6/tests/QtWidgets/bug_525.py index 7775ed1b6..81cee86d1 100644 --- a/sources/pyside6/tests/QtWidgets/bug_525.py +++ b/sources/pyside6/tests/QtWidgets/bug_525.py @@ -26,7 +26,7 @@ class TestMenuDerivedClass(unittest.TestCase): pass def testConnectSignal(self): - app = QApplication([]) + app = QApplication([]) # noqa: F841 m2 = M2() # Test if the aboutToShow signal was translated to correct type m2.aboutToShow.connect(self.aboutToShowHandler) |
