summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-17 19:24:37 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-17 19:24:37 +0300
commit494d8788f2b6da18ad749e7c329103d75563b994 (patch)
tree8b0bdcbb92d6212694a30fa830ca4008f317ed58
parent16c1b3a6a8f26fc5a26b2e828056a9ea1c5b6f29 (diff)
downloadpylint-494d8788f2b6da18ad749e7c329103d75563b994.tar.gz
Remove unused import.
-rw-r--r--pylint/checkers/typecheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index 590ab86..736c28a 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -16,7 +16,6 @@
"""try to find more bugs in the code using astroid inference capabilities
"""
-import functools
import re
import shlex
import sys