summaryrefslogtreecommitdiff
path: root/tests/functional/w/with_using_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/w/with_using_generator.py')
-rw-r--r--tests/functional/w/with_using_generator.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/w/with_using_generator.py b/tests/functional/w/with_using_generator.py
index 187bdcfea..9f557363f 100644
--- a/tests/functional/w/with_using_generator.py
+++ b/tests/functional/w/with_using_generator.py
@@ -1,7 +1,6 @@
""" Testing with statements that use generators. This should not crash. """
-# pylint: disable=useless-object-inheritance
-class Base(object):
+class Base:
""" Base class. """
val = 0