summaryrefslogtreecommitdiff
path: root/checkers/imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'checkers/imports.py')
-rw-r--r--checkers/imports.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkers/imports.py b/checkers/imports.py
index d0740ad..a0936bd 100644
--- a/checkers/imports.py
+++ b/checkers/imports.py
@@ -18,7 +18,6 @@
from logilab.common.graph import get_cycles, DotBackend
from logilab.common.modutils import is_standard_module
from logilab.common.ureports import VerbatimText, Paragraph
-from logilab.common.compat import sorted, set
from logilab import astng
from logilab.astng import are_exclusive