aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/samplebinding/bug_704_test.py
diff options
Diffstat (limited to 'sources/shiboken6/tests/samplebinding/bug_704_test.py')
-rw-r--r--sources/shiboken6/tests/samplebinding/bug_704_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/samplebinding/bug_704_test.py b/sources/shiboken6/tests/samplebinding/bug_704_test.py
index d0cfe4038..76fa84653 100644
--- a/sources/shiboken6/tests/samplebinding/bug_704_test.py
+++ b/sources/shiboken6/tests/samplebinding/bug_704_test.py
@@ -15,7 +15,7 @@ init_paths()
from sample import ObjectType
-class NewStyle(object):
+class NewStyle:
def name(self):
return "NewStyle"