]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102498 Clean up unused variables and imports in the email module (#102482)
authorJosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
Mon, 24 Apr 2023 19:19:28 +0000 (20:19 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 19:19:28 +0000 (19:19 +0000)
commit04ea04807dc76955f56ad25a81a0947536343c09
tree1620f517dde39171e42e633494ae594087753510
parent58b6be3791f55ceb550822ffd8664eca10fd89c4
gh-102498 Clean up unused variables and imports in the email module  (#102482)

* Clean up unused variables and imports in the email module

* Remove extra newline char

* Remove superflous dict+unpacking syntax

* Remove unused 'msg' var

* Clean up unused variables and imports in the email module

* Remove extra newline char

* Remove superflous dict+unpacking syntax

* Remove unused 'msg' var

---------

Co-authored-by: Barry Warsaw <barry@python.org>
Lib/email/_header_value_parser.py
Lib/email/charset.py
Lib/email/feedparser.py
Lib/email/message.py
Lib/email/mime/text.py