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

@@ -1,5 +1,5 @@
from __future__ import absolute_import
from typing import *
from typing import Any
# This file needs to be different from cache.py because cache.py
# cannot import anything from zerver.models or we'd have an import