summaryrefslogtreecommitdiff
path: root/tests/functional/u/undefined/undefined_variable_py30.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/undefined/undefined_variable_py30.py')
-rw-r--r--tests/functional/u/undefined/undefined_variable_py30.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/u/undefined/undefined_variable_py30.py b/tests/functional/u/undefined/undefined_variable_py30.py
index a0beef00e..0b5aa0422 100644
--- a/tests/functional/u/undefined/undefined_variable_py30.py
+++ b/tests/functional/u/undefined/undefined_variable_py30.py
@@ -1,7 +1,7 @@
"""Test warnings about access to undefined variables
for various Python 3 constructs. """
# pylint: disable=too-few-public-methods, import-error
-# pylint: disable=wrong-import-position, invalid-metaclass, useless-object-inheritance
+# pylint: disable=wrong-import-position, invalid-metaclass
class Undefined:
""" test various annotation problems. """
@@ -37,7 +37,7 @@ class Undefined1:
""" Triggers undefined-variable. """
-class FalsePositive342(object):
+class FalsePositive342:
# pylint: disable=line-too-long
""" Fix some false positives found in
https://bitbucket.org/logilab/pylint/issue/342/spurious-undefined-variable-for-class