summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shea <dshea@redhat.com>2014-07-06 15:15:50 -0400
committerDavid Shea <dshea@redhat.com>2014-07-06 15:15:50 -0400
commit0cf699cb531782c51065e7da33ca06385216115c (patch)
treeaac795cc46ba5778d4b1848e7e81ed4f27ffc65a
parentabe58fac562750c68914ef77af8d58b5a0e2bd24 (diff)
downloadpylint-0cf699cb531782c51065e7da33ca06385216115c.tar.gz
Remove the types import since it is no longer used
-rw-r--r--checkers/typecheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkers/typecheck.py b/checkers/typecheck.py
index 0c52d8e..fb9ed59 100644
--- a/checkers/typecheck.py
+++ b/checkers/typecheck.py
@@ -18,7 +18,6 @@
import re
import shlex
-import types
import sys
import astroid