mirror of https://github.com/zulip/zulip.git
Make check_send_receive_time pass mypy check.
This commit is contained in:
parent
1820f961b3
commit
0a5aa2ccc7
|
@ -150,7 +150,7 @@ send_zulip(zulip_sender, {
|
|||
"to": recipient.email,
|
||||
})
|
||||
|
||||
msg_content = []
|
||||
msg_content = [] # type: List[str]
|
||||
|
||||
while msg_to_send not in msg_content:
|
||||
messages = get_zulips()
|
||||
|
|
|
@ -57,7 +57,6 @@ api/integrations/twitter/twitter-search-bot
|
|||
bots/check-mirroring
|
||||
bots/gcal-bot
|
||||
bots/githook-post-receive
|
||||
puppet/zulip/files/nagios_plugins/zulip_app_frontend/check_send_receive_time
|
||||
tools/check-templates
|
||||
tools/compile-handlebars-templates
|
||||
tools/deprecated/inject-messages/inject-messages
|
||||
|
|
Loading…
Reference in New Issue