mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +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, Callable, Generator, Iterable, Tuple
|
||||
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user