summaryrefslogtreecommitdiff
path: root/_test/lib/test_constructor.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/lib/test_constructor.py')
-rw-r--r--_test/lib/test_constructor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/lib/test_constructor.py b/_test/lib/test_constructor.py
index 738aaec..b38bf2f 100644
--- a/_test/lib/test_constructor.py
+++ b/_test/lib/test_constructor.py
@@ -121,7 +121,7 @@ def _make_objects():
else:
return False
- class AnObject(object):
+ class AnObject:
def __new__(cls, foo=None, bar=None, baz=None):
self = object.__new__(cls)
self.foo = foo