mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -70,7 +70,7 @@ XXX: provide complete list of token types.
|
|||
import re
|
||||
import urllib # For urllib.parse.unquote
|
||||
from string import hexdigits
|
||||
from collections import namedtuple, OrderedDict
|
||||
from collections import OrderedDict
|
||||
from email import _encoded_words as _ew
|
||||
from email import errors
|
||||
from email import utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue