Skip to content

Commit

Permalink
Remove redundant assignment (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 authored Jan 13, 2025
1 parent c2b397e commit 8e10fb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion babel/messages/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ def __setitem__(self, id: _MessageID, message: Message) -> None:
current.user_comments = list(distinct(current.user_comments +
message.user_comments))
current.flags |= message.flags
message = current
elif id == '':
# special treatment for the header message
self.mime_headers = message_from_string(message.string).items()
Expand Down

0 comments on commit 8e10fb5

Please sign in to comment.