Skip to content

Commit 4e7739c

Browse files
committed
🏷️ fix stubtest errors in numpy.ma._MaskedUFunc
1 parent 39bb6af commit 4e7739c

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
@@ -241,7 +241,6 @@ class _DomainSafeDivide:
241241

242242
class _MaskedUFunc(Generic[_UFuncT_co]):
243243
f: _UFuncT_co
244-
__doc__: str
245244
__name__: str
246245
__qualname__: str
247246
def __init__(self, /, ufunc: _UFuncT_co) -> None: ...

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._MaskedUFunc.__doc__
2625
numpy.ma.core.MaskedConstant.__iop__
2726
numpy.ma(.core)?.(MaskedArray|masked_array).T
2827
numpy.ma(.core)?.(MaskedArray|masked_array).argsort

0 commit comments

Comments
 (0)