Purge 'from typing import *' from zerver/.

This is a partial implementation of #636.
This commit is contained in:
Varshit
2016-04-08 01:21:29 +05:30
committed by Tim Abbott
parent 5f03c1444e
commit 4e1060076d
20 changed files with 19 additions and 20 deletions

View File

@@ -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