mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
mypy: Added Dict, List and Set imports.
Fixed mypy errors associated with the upgrade.
This commit is contained in:
committed by
Tim Abbott
parent
1453a5bfda
commit
a3a03bd6a5
@@ -13,7 +13,7 @@ import atexit
|
||||
from collections import defaultdict
|
||||
|
||||
from zerver.lib.utils import statsd
|
||||
from typing import Any, Callable, Dict, Mapping, Optional, Set, Union
|
||||
from typing import Any, Callable, Dict, List, Mapping, Optional, Set, Union
|
||||
|
||||
Consumer = Callable[[BlockingChannel, Basic.Deliver, pika.BasicProperties, str], None]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user