mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
text_type should be a type alias, not a variable (#5945)
This commit is contained in:
@@ -25,8 +25,8 @@ PY34: Literal[True]
|
||||
string_types: tuple[Type[str]]
|
||||
integer_types: tuple[Type[int]]
|
||||
class_types: tuple[Type[Type[Any]]]
|
||||
text_type: Type[str]
|
||||
binary_type: Type[bytes]
|
||||
text_type = str
|
||||
binary_type = bytes
|
||||
|
||||
MAXSIZE: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user