mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
request.pyi: Remove unused import of typing.Text.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# scan the parameter list for REQ objects and patch the parameters as the true
|
# scan the parameter list for REQ objects and patch the parameters as the true
|
||||||
# types.
|
# types.
|
||||||
|
|
||||||
from typing import Any, Callable, Text, TypeVar, Optional, Union, Type
|
from typing import Any, Callable, TypeVar, Optional, Union, Type
|
||||||
from zerver.lib.types import ViewFuncT, Validator
|
from zerver.lib.types import ViewFuncT, Validator
|
||||||
|
|
||||||
from zerver.lib.exceptions import JsonableError as JsonableError
|
from zerver.lib.exceptions import JsonableError as JsonableError
|
||||||
|
|||||||
Reference in New Issue
Block a user