Skip to content

Commit 619fbb5

Browse files
committed
TYP,MAINT: Add a missing explicit Any parameter
Original NumPy Commit: 8816c76631af79c46a8cf33ac1a8a79b2717c9ac
1 parent 86c4216 commit 619fbb5

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
@@ -56,7 +56,7 @@ class Array:
5656
functions, such as asarray().
5757
5858
"""
59-
_array: np.ndarray
59+
_array: np.ndarray[Any, Any]
6060

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

0 commit comments

Comments
 (0)