Skip to content

Commit

Permalink
Get rid of 'Name ReadableBuffer is not defined' error in builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jan 5, 2022
1 parent 03f5768 commit 79f1d16
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 @@ -79,7 +79,7 @@ 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 79f1d16

Please sign in to comment.