mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 10:21:14 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -116,6 +116,7 @@ class BZ2File(BaseStream, IO[bytes]):
|
||||
buffering: Any | None = ...,
|
||||
compresslevel: int = ...,
|
||||
) -> None: ...
|
||||
|
||||
def read(self, size: int | None = ...) -> bytes: ...
|
||||
def read1(self, size: int = ...) -> bytes: ...
|
||||
def readline(self, size: SupportsIndex = ...) -> bytes: ... # type: ignore[override]
|
||||
|
||||
Reference in New Issue
Block a user