aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtTest/eventfilter_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtTest/eventfilter_test.py')
-rw-r--r--sources/pyside6/tests/QtTest/eventfilter_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtTest/eventfilter_test.py b/sources/pyside6/tests/QtTest/eventfilter_test.py
index 50c264e35..e84024b0b 100644
--- a/sources/pyside6/tests/QtTest/eventfilter_test.py
+++ b/sources/pyside6/tests/QtTest/eventfilter_test.py
@@ -48,7 +48,7 @@ from helper.usesqapplication import UsesQApplication
class KeyEventFilter(QObject):
def __init__(self, widget, eventType, key):
- QObject.__init__(self)
+ super().__init__()
self.widget = widget
self.eventType = eventType