summaryrefslogtreecommitdiff
path: root/tests/functional/n/new_style_class_py_30.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/n/new_style_class_py_30.py')
-rw-r--r--tests/functional/n/new_style_class_py_30.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/n/new_style_class_py_30.py b/tests/functional/n/new_style_class_py_30.py
index 7a2a59a17..b70c6e097 100644
--- a/tests/functional/n/new_style_class_py_30.py
+++ b/tests/functional/n/new_style_class_py_30.py
@@ -6,7 +6,7 @@ from __future__ import print_function
__revision__ = None
-class File(file): # pylint: disable=file-builtin,undefined-variable
+class File(file): # pylint: disable=undefined-variable
""" Testing new-style class inheritance from file"""
def __init__(self, name, mode="r", buffering=-1, verbose=False):
"""Constructor"""