aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/customproxywidget_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/customproxywidget_test.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/customproxywidget_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/customproxywidget_test.py b/sources/pyside6/tests/QtWidgets/customproxywidget_test.py
index 7a9125844..7bff22778 100644
--- a/sources/pyside6/tests/QtWidgets/customproxywidget_test.py
+++ b/sources/pyside6/tests/QtWidgets/customproxywidget_test.py
@@ -39,7 +39,7 @@ class CustomProxyWidgetTest(UsesQApplication):
view.setViewportUpdateMode(QGraphicsView.BoundingRectViewportUpdate)
view.show()
- timer = QTimer.singleShot(100, self.app.quit)
+ QTimer.singleShot(100, self.app.quit)
self.app.exec()