Skip to content

Commit 766ab3e

Browse files
committed
🏷️ fix stubtest errors in numpy.ma.MaskedConstant
1 parent 4e7739c commit 766ab3e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/numpy-stubs/ma/core.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ class MaskedConstant(MaskedArray[tuple[()], np.dtype[np.float64]]):
679679
def __format__(self, format_spec: str, /) -> str: ...
680680

681681
#
682-
def __iop__(self, other: Incomplete, /) -> Self: ...
683682
def __iadd__(self, other: Incomplete, /) -> Self: ... # type: ignore[override]
684683
def __isub__(self, other: Incomplete, /) -> Self: ... # type: ignore[override]
685684
def __imul__(self, other: Incomplete, /) -> Self: ... # type: ignore[override]

tool/.mypyignore-todo.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ numpy.f2py.symbolic
2222
numpy.f2py.((cb|common|f90mod|use)_)?rules
2323

2424
numpy.ma.testutils
25-
numpy.ma.core.MaskedConstant.__iop__
2625
numpy.ma(.core)?.(MaskedArray|masked_array).T
2726
numpy.ma(.core)?.(MaskedArray|masked_array).argsort
2827
numpy.ma(.core)?.(MaskedArray|masked_array).data

0 commit comments

Comments
 (0)