Make check_send_receive_time pass mypy check.

This commit is contained in:
Eklavya Sharma 2016-07-24 12:41:06 +05:30
parent 1820f961b3
commit 0a5aa2ccc7
2 changed files with 1 additions and 2 deletions

View File

@ -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()

View File

@ -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