mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue