Skip to content

Commit 20da8e8

Browse files
Update numpy/ma/core.pyi
Co-authored-by: Joren Hammudoglu <[email protected]>
1 parent 0e4c94a commit 20da8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/ma/core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class MaskedArray(ndarray[_ShapeType_co, _DType_co]):
351351
@property
352352
def dtype(self) -> _DType_co: ...
353353
@dtype.setter
354-
def dtype(self: MaskedArray[_ShapeType_co, _DType], dtype: _DType, /,) -> None: ...
354+
def dtype(self: MaskedArray[Any, _DType], dtype: _DType, /) -> None: ...
355355
@property
356356
def shape(self) -> _ShapeType_co: ...
357357
@shape.setter

0 commit comments

Comments
 (0)