Skip to content

Commit

Permalink
Reintroduce ReadableBuffer in builtins so the bug can be reproduc…
Browse files Browse the repository at this point in the history
…ed without using `stubtest`
  • Loading branch information
AlexWaygood committed Jan 7, 2022
1 parent 79f1d16 commit 01496f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/builtins.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ from _typeshed import (
OpenBinaryModeUpdating,
OpenBinaryModeWriting,
OpenTextMode,
ReadableBuffer,
Self,
StrOrBytesPath,
SupportsAnext,
Expand Down Expand Up @@ -79,7 +80,6 @@ BufferedWriter = Any
FileIO = Any
CodeType = Any
TracebackType = Any
ReadableBuffer = Any

class _SupportsIter(Protocol[_T_co]):
def __iter__(self) -> _T_co: ...
Expand Down

0 comments on commit 01496f2

Please sign in to comment.