diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_862.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/bug_862.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_862.py b/sources/pyside6/tests/QtWidgets/bug_862.py index eb2c58711..c4fe13541 100644 --- a/sources/pyside6/tests/QtWidgets/bug_862.py +++ b/sources/pyside6/tests/QtWidgets/bug_862.py @@ -62,7 +62,7 @@ class TestRepr (unittest.TestCase): def testIt(self): - app = QApplication([]) + app = QApplication([]) # noqa: F841 self.assertEqual("<__main__.MyQObject(0x", repr(MyQObject())[:22]) self.assertEqual("<__main__.MyQWidget(0x", repr(MyQWidget())[:22]) |
