aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/paint_event_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/paint_event_test.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/paint_event_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/paint_event_test.py b/sources/pyside6/tests/QtWidgets/paint_event_test.py
index f63d8a565..d995c2a37 100644
--- a/sources/pyside6/tests/QtWidgets/paint_event_test.py
+++ b/sources/pyside6/tests/QtWidgets/paint_event_test.py
@@ -26,7 +26,7 @@ class MyWidget(QWidget):
def __init__(self, app):
# Creates a new widget
- assert(app)
+ assert (app)
super().__init__()
self.app = app