mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -10,6 +10,7 @@ class FileWrapper:
|
||||
def __init__(self, filelike: IO[bytes], blksize: int = ...) -> None: ...
|
||||
if sys.version_info < (3, 11):
|
||||
def __getitem__(self, key: Any) -> bytes: ...
|
||||
|
||||
def __iter__(self) -> FileWrapper: ...
|
||||
def __next__(self) -> bytes: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user