request.pyi: Remove unused import of typing.Text.

This commit is contained in:
Aditya Bansal
2018-05-14 03:58:09 +05:30
parent cb9d8f6d48
commit bd063b86c4

View File

@@ -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