aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/bug_726.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtQml/bug_726.py')
-rw-r--r--sources/pyside6/tests/QtQml/bug_726.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtQml/bug_726.py b/sources/pyside6/tests/QtQml/bug_726.py
index 56712280c..ee8e77089 100644
--- a/sources/pyside6/tests/QtQml/bug_726.py
+++ b/sources/pyside6/tests/QtQml/bug_726.py
@@ -43,7 +43,7 @@ from PySide6.QtQuick import QQuickView
class ProxyObject(QObject):
def __init__(self):
- super(ProxyObject,self).__init__()
+ super().__init__()
self._o = None
self._receivedName = ""