aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/notify_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/pysidetest/notify_id.py')
-rw-r--r--sources/pyside6/tests/pysidetest/notify_id.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/pysidetest/notify_id.py b/sources/pyside6/tests/pysidetest/notify_id.py
index 870ee144a..f3c38ab06 100644
--- a/sources/pyside6/tests/pysidetest/notify_id.py
+++ b/sources/pyside6/tests/pysidetest/notify_id.py
@@ -42,7 +42,7 @@ notify method.'''
class Foo(QObject):
def __init__(self):
- QObject.__init__(self)
+ super().__init__()
self._prop = "Empty"
def getProp(self):