Skip to content

Commit dbf7f15

Browse files
committed
🏷️ fix stubtest error in numpy.ma.angle
1 parent 67d1bea commit dbf7f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/numpy-stubs/ma/core.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ from typing_extensions import Never, Self, TypeVar, deprecated, overload
44

55
import numpy as np
66
from _numtype import Array, ToGeneric_0d, ToGeneric_1nd, ToGeneric_nd
7-
from numpy import _OrderACF, _OrderKACF, amax, amin, angle, bool_, clip, expand_dims, indices, squeeze # noqa: ICN003
7+
from numpy import _OrderACF, _OrderKACF, amax, amin, bool_, clip, expand_dims, indices, squeeze # noqa: ICN003
88
from numpy._typing import _BoolCodes
99

1010
__all__ = [
@@ -889,6 +889,7 @@ cosh: _MaskedUnaryOperation
889889
tanh: _MaskedUnaryOperation
890890
abs: _MaskedUnaryOperation
891891
absolute: _MaskedUnaryOperation
892+
angle: _MaskedUnaryOperation
892893
fabs: _MaskedUnaryOperation
893894
negative: _MaskedUnaryOperation
894895
floor: _MaskedUnaryOperation

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)?.angle
2625
numpy.ma(.core)?.clip
2726
numpy.ma(.core)?.indices
2827
numpy.ma(.core)?.squeeze

0 commit comments

Comments
 (0)