mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
lint: Clean up E123 PEP-8 rule.
This commit is contained in:
@@ -171,7 +171,7 @@ def handle_digest_email(user_profile_id, cutoff):
|
||||
template_payload.update({
|
||||
'name': user_profile.full_name,
|
||||
'unsubscribe_link': one_click_unsubscribe_link(user_profile, "digest")
|
||||
})
|
||||
})
|
||||
|
||||
# Gather recent missed PMs, re-using the missed PM email logic.
|
||||
# You can't have an unread message that you sent, but when testing
|
||||
|
||||
Reference in New Issue
Block a user