Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
  • Loading branch information
pre-commit-ci[bot] committed Jul 9, 2023
commit 4b400d6a5dea66ba0cde702c212e8b50d417b621
2 changes: 1 addition & 1 deletion stdlib/builtins.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,8 @@ class bytes(Sequence[int]):
def __getnewargs__(self) -> tuple[bytes]: ...
if sys.version_info >= (3, 11):
def __bytes__(self) -> bytes: ...
def __hash__(self) -> int: ...

def __hash__(self) -> int: ...
def __buffer__(self, __flags: int) -> memoryview: ...

class bytearray(MutableSequence[int]):
Expand Down