mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Bump flake8-pyi to 23.1.1 (#9599)
This commit is contained in:
@@ -212,7 +212,7 @@ def loads(
|
||||
data: str, use_datetime: bool = False, use_builtin_types: bool = False
|
||||
) -> tuple[tuple[_Marshallable, ...], str | None]: ...
|
||||
def gzip_encode(data: ReadableBuffer) -> bytes: ... # undocumented
|
||||
def gzip_decode(data: ReadableBuffer, max_decode: int = 20971520) -> bytes: ... # undocumented
|
||||
def gzip_decode(data: ReadableBuffer, max_decode: int = ...) -> bytes: ... # undocumented
|
||||
|
||||
class GzipDecodedResponse(gzip.GzipFile): # undocumented
|
||||
|
||||
|
||||
Reference in New Issue
Block a user