mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
Purge 'from typing import *' from zerver/.
This is a partial implementation of #636.
This commit is contained in:
@@ -11,7 +11,7 @@ import atexit
|
||||
from collections import defaultdict
|
||||
|
||||
from zerver.lib.utils import statsd
|
||||
from typing import *
|
||||
from typing import Any, Callable
|
||||
|
||||
# This simple queuing library doesn't expose much of the power of
|
||||
# rabbitmq/pika's queuing system; its purpose is to just provide an
|
||||
|
||||
Reference in New Issue
Block a user