(Merge 3.4) Issue #20976: pyflakes: Remove unused imports

This commit is contained in:
Victor Stinner 2014-03-20 09:22:39 +01:00
commit 03ce1c013d
43 changed files with 11 additions and 64 deletions

View file

@ -30,7 +30,6 @@ __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
'unified_diff', 'HtmlDiff', 'Match']
import warnings
import heapq
from collections import namedtuple as _namedtuple