Skip to content

Commit aa6402a

Browse files
committed
Remove unused 'msg' var
1 parent 8cda6c2 commit aa6402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/email/feedparser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def _parsegen(self):
266266
yield NeedMoreData
267267
continue
268268
break
269-
msg = self._pop_message()
269+
self._pop_message()
270270
# We need to pop the EOF matcher in order to tell if we're at
271271
# the end of the current file, not the end of the last block
272272
# of message headers.

0 commit comments

Comments
 (0)