diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_576.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/bug_576.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_576.py b/sources/pyside6/tests/QtWidgets/bug_576.py index 81ebf4f4b..376c15ee8 100644 --- a/sources/pyside6/tests/QtWidgets/bug_576.py +++ b/sources/pyside6/tests/QtWidgets/bug_576.py @@ -27,7 +27,7 @@ class Bug576(unittest.TestCase): @unittest.skipUnless(hasattr(sys, "getrefcount"), f"{sys.implementation.name} has no refcount") def testWidgetParent(self): self._destroyed = False - app = QApplication(sys.argv) + app = QApplication(sys.argv) # noqa: F841 w = QWidget() b = QPushButton("test") |
