diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/__init__.pyi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi index 29e93526b..9cdc4f2e1 100644 --- a/numpy/__init__.pyi +++ b/numpy/__init__.pyi @@ -2227,8 +2227,6 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeType, _DType_co]): @overload # type: ignore[misc] def __isub__(self: _ArrayND[Any], other: _NestedSequence[str | bytes]) -> NoReturn: ... @overload - def __isub__(self: _ArrayND[bool_], other: _ArrayLikeBool_co) -> NoReturn: ... - @overload def __isub__(self: _ArrayND[unsignedinteger[_NBit1]], other: _ArrayLikeUInt_co) -> _ArrayND[unsignedinteger[_NBit1]]: ... @overload def __isub__(self: _ArrayND[signedinteger[_NBit1]], other: _ArrayLikeInt_co) -> _ArrayND[signedinteger[_NBit1]]: ... |