Skip to content

Commit 01496f2

Browse files
committed
Reintroduce ReadableBuffer in builtins so the bug can be reproduced without using stubtest
1 parent 79f1d16 commit 01496f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/builtins.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ from _typeshed import (
77
OpenBinaryModeUpdating,
88
OpenBinaryModeWriting,
99
OpenTextMode,
10+
ReadableBuffer,
1011
Self,
1112
StrOrBytesPath,
1213
SupportsAnext,
@@ -79,7 +80,6 @@ BufferedWriter = Any
7980
FileIO = Any
8081
CodeType = Any
8182
TracebackType = Any
82-
ReadableBuffer = Any
8383

8484
class _SupportsIter(Protocol[_T_co]):
8585
def __iter__(self) -> _T_co: ...

0 commit comments

Comments
 (0)