Skip to content

Commit 306d927

Browse files
committed
👽️ remove polynomial._polybase.ABCPolyBase.__rdiv__ method
1 parent 77d17ff commit 306d927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/numpy-stubs/polynomial/_polybase.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class ABCPolyBase(abc.ABC):
9393
def __rmul__(self, x: _AnyOther, /) -> Self: ...
9494
def __rtruediv__(self, x: _AnyOther, /) -> Self: ...
9595
def __rfloordiv__(self, x: _AnyOther, /) -> Self: ...
96-
def __rdiv__(self, x: _AnyOther, /) -> Self: ...
9796
def __rmod__(self, x: _AnyOther, /) -> Self: ...
9897
def __rdivmod__(self, x: _AnyOther, /) -> tuple[Self, Self]: ...
9998
def __len__(self, /) -> int: ...

0 commit comments

Comments
 (0)