aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_921.py
diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_921.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_921.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_921.py b/sources/pyside6/tests/QtWidgets/bug_921.py
index 5e9dcd05a..ef84219c4 100644
--- a/sources/pyside6/tests/QtWidgets/bug_921.py
+++ b/sources/pyside6/tests/QtWidgets/bug_921.py
@@ -24,7 +24,7 @@ class Signaller(QObject):
s3 = Signal()
-class Window(object):
+class Window:
def __init__(self, s):
self._window = QMainWindow()