mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Make check_send_receive_time pass mypy check.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user