summaryrefslogtreecommitdiff
path: root/checkers/variables.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-10-06 14:16:29 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2010-10-06 14:16:29 +0200
commitc47b06c4d84b00b3cba0b1f1758cf9ec54c0b6be (patch)
tree7c9384bc7668e85594a28f6f61838fcded90dd1c /checkers/variables.py
parent048554d2a0be95133fbcb668b5ab956bfdfca3a6 (diff)
downloadpylint-c47b06c4d84b00b3cba0b1f1758cf9ec54c0b6be.tar.gz
remove useless lgc.compat imports
Diffstat (limited to 'checkers/variables.py')
-rw-r--r--checkers/variables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkers/variables.py b/checkers/variables.py
index 72e1bc5..d01cee0 100644
--- a/checkers/variables.py
+++ b/checkers/variables.py
@@ -18,7 +18,6 @@
from copy import copy
-from logilab.common.compat import enumerate
from logilab import astng
from logilab.astng import are_exclusive, builtin_lookup