zerver/lib/handlers.py: Fix an annotation.

This commit is contained in:
Eklavya Sharma 2016-07-03 21:53:17 +05:30
parent 4761cc27dd
commit de19b24f74
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def handler_stats_string():
return "%s handlers, latest ID %s" % (len(handlers), current_handler_id)
def finish_handler(handler_id, event_queue_id, contents, apply_markdown):
# type: (int, int, List[Dict[str, Any]], bool) -> None
# type: (int, str, List[Dict[str, Any]], bool) -> None
err_msg = "Got error finishing handler for queue %s" % (event_queue_id,)
try:
# We call async_request_restart here in case we are