aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/wrong_return_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/wrong_return_test.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/wrong_return_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/wrong_return_test.py b/sources/pyside6/tests/QtWidgets/wrong_return_test.py
index 019010f50..134acef14 100644
--- a/sources/pyside6/tests/QtWidgets/wrong_return_test.py
+++ b/sources/pyside6/tests/QtWidgets/wrong_return_test.py
@@ -47,7 +47,7 @@ warnings.simplefilter('error')
class MyWidget(QWidget):
def __init__(self, parent=None):
- super(MyWidget, self).__init__(parent)
+ super().__init__(parent)
def sizeHint(self):
pass