diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-11-28 22:51:39 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-11-29 11:59:49 +0100 |
commit | 86fa61c8dc5ada550e24c37157f48b4b209c5253 (patch) | |
tree | 92bf83d73fbf78be1e0c57a8090aad5aee83c86e | |
parent | e37bf8c5d64ef5ce6becf631663b7880d8ee5a67 (diff) | |
download | pylint-git-86fa61c8dc5ada550e24c37157f48b4b209c5253.tar.gz |
Remove unused constant in test_func.py
-rw-r--r-- | tests/test_func.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_func.py b/tests/test_func.py index 735030d5d..3ba84deaf 100644 --- a/tests/test_func.py +++ b/tests/test_func.py @@ -25,8 +25,6 @@ import pytest from pylint.testutils import _get_tests_info, linter -SYS_VERS_STR = "%d%d%d" % sys.version_info[:3] - # Configure paths INPUT_DIR = join(dirname(abspath(__file__)), "input") MSG_DIR = join(dirname(abspath(__file__)), "messages") |