mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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
|
@ -7,11 +7,9 @@
|
|||
__all__ = ['Parser', 'HeaderParser', 'BytesParser', 'BytesHeaderParser',
|
||||
'FeedParser', 'BytesFeedParser']
|
||||
|
||||
import warnings
|
||||
from io import StringIO, TextIOWrapper
|
||||
|
||||
from email.feedparser import FeedParser, BytesFeedParser
|
||||
from email.message import Message
|
||||
from email._policybase import compat32
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue