mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
pep8: Add compliance with rule E261 check_send_receive_time.
This commit is contained in:
committed by
Tim Abbott
parent
9814bd77cc
commit
aa433f4342
@@ -180,7 +180,7 @@ else:
|
||||
"to": recipient.email,
|
||||
})
|
||||
|
||||
msg_content = [] # type: List[str]
|
||||
msg_content = [] # type: List[str]
|
||||
|
||||
while msg_to_send not in msg_content:
|
||||
messages = get_zulips()
|
||||
|
||||
Reference in New Issue
Block a user