Skip to content

Commit 7af85be

Browse files
committed
🏷️ remove numpy.bytes_.__bytes__ on py310
1 parent 35de316 commit 7af85be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/numpy-stubs/__init__.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6557,9 +6557,6 @@ class bytes_(character[bytes], bytes): # type: ignore[misc]
65576557
@overload
65586558
def __init__(self, s: str, /, encoding: str, errors: str = ...) -> None: ...
65596559

6560-
#
6561-
def __bytes__(self, /) -> bytes: ...
6562-
65636560
class str_(character[str], str): # type: ignore[misc]
65646561
@overload
65656562
def __new__(cls, value: object = ..., /) -> Self: ...

0 commit comments

Comments
 (0)