aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/samplebinding/overload_test.py
diff options
Diffstat (limited to 'sources/shiboken6/tests/samplebinding/overload_test.py')
-rw-r--r--sources/shiboken6/tests/samplebinding/overload_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/samplebinding/overload_test.py b/sources/shiboken6/tests/samplebinding/overload_test.py
index f87e4ef57..95a313df0 100644
--- a/sources/shiboken6/tests/samplebinding/overload_test.py
+++ b/sources/shiboken6/tests/samplebinding/overload_test.py
@@ -179,7 +179,7 @@ class OverloadTest(unittest.TestCase):
# Overload.acceptSequence(void*)
overload = Overload()
- class Foo(object):
+ class Foo:
pass
foo = Foo()