mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
zerver core: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
3968fe9fdf
commit
f0ecb93515
@@ -1,5 +1,5 @@
|
||||
from enum import Enum
|
||||
from typing import Any, Dict, List, Optional, Type
|
||||
from typing import Any, Dict, List, Type
|
||||
from mypy_extensions import NoReturn
|
||||
|
||||
from django.core.exceptions import PermissionDenied
|
||||
|
||||
Reference in New Issue
Block a user