mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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
|
||||
# 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.exceptions import JsonableError as JsonableError
|
||||
|
||||
Reference in New Issue
Block a user