mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 17:13:24 +08:00
Third-party stubs: fix several fictitious type aliases (#7958)
This commit is contained in:
@@ -7,9 +7,6 @@ WIN: bool
|
||||
string_types: tuple[str]
|
||||
integer_types: tuple[int]
|
||||
class_types: tuple[type]
|
||||
text_type = str
|
||||
binary_type = bytes
|
||||
long = int
|
||||
|
||||
def unquote_bytes_to_wsgi(bytestring: bytes) -> str: ...
|
||||
def text_(s: str, encoding: str = ..., errors: str = ...) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user