Skip to content

Commit a08a997

Browse files
committed
TYP,MAINT: Replace np.ndarray[...] with npt.NDArray[...] where possible
Original NumPy Commit: e758e8284db1e7ea462f1c37a59b709295d3c984
1 parent fd19919 commit a08a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/_array_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Array:
5555
functions, such as asarray().
5656
5757
"""
58-
_array: np.ndarray[Any, Any]
58+
_array: npt.NDArray[Any]
5959

6060
# Use a custom constructor instead of __init__, as manually initializing
6161
# this class is not supported API.

0 commit comments

Comments
 (0)