diff options
author | Damien Baty <damien.baty@polyconseil.fr> | 2020-07-06 00:01:50 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-08-18 09:12:33 +0200 |
commit | 89f1a6fa3a73297da5c9e7c53a395fad3de85e3f (patch) | |
tree | 6eb04f498073a2e24916581813d25e92298b1b0c /tests/lint | |
parent | 9bc9bdf533213ba967b5199aa9f3246f08f8999c (diff) | |
download | pylint-git-89f1a6fa3a73297da5c9e7c53a395fad3de85e3f.tar.gz |
Switch to isort 5 for pylint's own code
Diffstat (limited to 'tests/lint')
-rw-r--r-- | tests/lint/unittest_lint.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lint/unittest_lint.py b/tests/lint/unittest_lint.py index 46ea1a62c..380f80d43 100644 --- a/tests/lint/unittest_lint.py +++ b/tests/lint/unittest_lint.py @@ -47,8 +47,7 @@ from shutil import rmtree import pytest -import pylint.testutils as testutils -from pylint import checkers, config, exceptions, interfaces, lint +from pylint import checkers, config, exceptions, interfaces, lint, testutils from pylint.checkers.utils import check_messages from pylint.constants import ( MSG_STATE_CONFIDENCE, |