Skip to content

Commit

Permalink
Remove unused 'msg' var
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSBoyle committed Mar 8, 2023
1 parent d2f40af commit 76f5222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/email/feedparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def _parsegen(self):
yield NeedMoreData
continue
break
msg = self._pop_message()
self._pop_message()
# We need to pop the EOF matcher in order to tell if we're at
# the end of the current file, not the end of the last block
# of message headers.
Expand Down

0 comments on commit 76f5222

Please sign in to comment.