summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_typecheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkers/unittest_typecheck.py')
-rw-r--r--tests/checkers/unittest_typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkers/unittest_typecheck.py b/tests/checkers/unittest_typecheck.py
index afcc2dc2e..dba69eaf3 100644
--- a/tests/checkers/unittest_typecheck.py
+++ b/tests/checkers/unittest_typecheck.py
@@ -10,7 +10,7 @@ from pylint.interfaces import INFERENCE, UNDEFINED
from pylint.testutils import CheckerTestCase, MessageTest, set_config
try:
- from coverage import tracer as _ # pylint: disable=unused-import
+ from coverage import tracer as _
C_EXTENTIONS_AVAILABLE = True
except ImportError: