summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
diff options
context:
space:
mode:
authorDamien Baty <damien.baty@polyconseil.fr>2020-07-06 00:01:50 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-08-18 09:12:33 +0200
commit89f1a6fa3a73297da5c9e7c53a395fad3de85e3f (patch)
tree6eb04f498073a2e24916581813d25e92298b1b0c /tests/test_regr.py
parent9bc9bdf533213ba967b5199aa9f3246f08f8999c (diff)
downloadpylint-git-89f1a6fa3a73297da5c9e7c53a395fad3de85e3f.tar.gz
Switch to isort 5 for pylint's own code
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r--tests/test_regr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py
index 893c9f847..8ee871005 100644
--- a/tests/test_regr.py
+++ b/tests/test_regr.py
@@ -24,7 +24,7 @@ from os.path import abspath, dirname, join
import astroid
import pytest
-import pylint.testutils as testutils
+from pylint import testutils
REGR_DATA = join(dirname(abspath(__file__)), "regrtest_data")
sys.path.insert(1, REGR_DATA)