summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 17:57:32 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 21:58:08 +0200
commitd4037bb23ad2488e849ad5e003a050c91cc0fce1 (patch)
tree622411459140b075c40e0aff00c733951e7b1ea1 /tests/test_functional.py
parent1edf4435937d9695ca3d9be01b61db489a0cc6e2 (diff)
downloadpylint-git-d4037bb23ad2488e849ad5e003a050c91cc0fce1.tar.gz
[tests lint] Fix all W0611 unused-import in pylint's own tests
Diffstat (limited to 'tests/test_functional.py')
-rw-r--r--tests/test_functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_functional.py b/tests/test_functional.py
index add4bdcbe..aca73dc8e 100644
--- a/tests/test_functional.py
+++ b/tests/test_functional.py
@@ -19,7 +19,7 @@ import sys
import pytest
-from pylint import checkers, lint, reporters, testutils
+from pylint import testutils
class test_dialect(csv.excel):