mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
#20976: remove unneeded quopri import in email.utils.
This commit is contained in:
parent
f8cbbbb652
commit
95a8dfb924
2 changed files with 2 additions and 4 deletions
|
@ -36,10 +36,7 @@ from email._parseaddr import mktime_tz
|
|||
|
||||
from email._parseaddr import parsedate, parsedate_tz, _parsedate_tz
|
||||
|
||||
from quopri import decodestring as _qdecode
|
||||
|
||||
# Intrapackage imports
|
||||
from email.encoders import _bencode, _qencode
|
||||
from email.charset import Charset
|
||||
|
||||
COMMASPACE = ', '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue