aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/qrasterwindow_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/qrasterwindow_test.py')
-rw-r--r--sources/pyside6/tests/QtGui/qrasterwindow_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtGui/qrasterwindow_test.py b/sources/pyside6/tests/QtGui/qrasterwindow_test.py
index 07d81c813..03a8701f0 100644
--- a/sources/pyside6/tests/QtGui/qrasterwindow_test.py
+++ b/sources/pyside6/tests/QtGui/qrasterwindow_test.py
@@ -45,7 +45,7 @@ from PySide6.QtGui import QColor, QBackingStore, QPaintDevice, QPainter, QWindow
# Window using convenience class QRasterWindow
class TestRasterWindow(QRasterWindow):
def __init__(self):
- super(TestRasterWindow, self).__init__()
+ super().__init__()
self.text = QStaticText("QRasterWindow")
def paintEvent(self, event):