diff options
| author | ssolanki <sushobhitsolanki@gmail.com> | 2018-06-20 21:25:06 +0530 |
|---|---|---|
| committer | ssolanki <sushobhitsolanki@gmail.com> | 2018-06-21 11:17:27 +0530 |
| commit | 5673ffe2d83282e79d958b9bd84f47245a201127 (patch) | |
| tree | af68c275a8a2faf274e9b63f87913098176e7faa /pylint/test/functional/singledispatch_functions_py3.py | |
| parent | 5d32878d01db8e46a98f8473a4b9725f388425ca (diff) | |
| download | pylint-git-5673ffe2d83282e79d958b9bd84f47245a201127.tar.gz | |
adapt existing test cases for useless-object-inheritance.
adapt existing test/input test cases to new check.
add some more positive test case for useless-object-inheritance
msg code was in conflict with existing msg.
adapt existing test cases for new checker.
Diffstat (limited to 'pylint/test/functional/singledispatch_functions_py3.py')
| -rw-r--r-- | pylint/test/functional/singledispatch_functions_py3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/functional/singledispatch_functions_py3.py b/pylint/test/functional/singledispatch_functions_py3.py index 0199ddc18..cfd4d873c 100644 --- a/pylint/test/functional/singledispatch_functions_py3.py +++ b/pylint/test/functional/singledispatch_functions_py3.py @@ -1,5 +1,5 @@ # pylint: disable=missing-docstring,import-error,unused-import,assignment-from-no-return -# pylint: disable=invalid-name, too-few-public-methods +# pylint: disable=invalid-name, too-few-public-methods, useless-object-inheritance from __future__ import print_function from UNINFERABLE import uninferable_func |
