pep8: Add compliance with rule E261 check_send_receive_time.

This commit is contained in:
Aditya Bansal
2017-06-01 01:45:12 +05:30
committed by Tim Abbott
parent 9814bd77cc
commit aa433f4342

View File

@@ -180,7 +180,7 @@ else:
"to": recipient.email, "to": recipient.email,
}) })
msg_content = [] # type: List[str] msg_content = [] # type: List[str]
while msg_to_send not in msg_content: while msg_to_send not in msg_content:
messages = get_zulips() messages = get_zulips()