mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Purge 'from typing import *' from zerver/.
This is a partial implementation of #636.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user