From de19b24f7488454e0367060fb63c32f686c794a7 Mon Sep 17 00:00:00 2001 From: Eklavya Sharma Date: Sun, 3 Jul 2016 21:53:17 +0530 Subject: [PATCH] zerver/lib/handlers.py: Fix an annotation. --- zerver/lib/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/lib/handlers.py b/zerver/lib/handlers.py index c75a29cfa1..db9dfba026 100644 --- a/zerver/lib/handlers.py +++ b/zerver/lib/handlers.py @@ -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