aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/bug_926.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtQml/bug_926.py')
-rw-r--r--sources/pyside6/tests/QtQml/bug_926.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtQml/bug_926.py b/sources/pyside6/tests/QtQml/bug_926.py
index f76c3c310..6ca5b4170 100644
--- a/sources/pyside6/tests/QtQml/bug_926.py
+++ b/sources/pyside6/tests/QtQml/bug_926.py
@@ -46,7 +46,7 @@ from PySide6.QtQuick import QQuickView
class MyClass (QObject):
def __init__(self):
- super(MyClass,self).__init__()
+ super().__init__()
self.__url = QUrl()
def getUrl(self):