Skip to content

Commit b8c7883

Browse files
committed
TYP: don't scare the prehistoric dtype from numpy 1.21
1 parent ccd9bc6 commit b8c7883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/numpy/_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def default_dtypes(
137137
self,
138138
*,
139139
device: Device | None = None,
140-
) -> dict[str, dtype[intp | float64 | complex128]]:
140+
) -> dict[str, "dtype[intp | float64 | complex128]"]:
141141
"""
142142
The default data types used for new NumPy arrays.
143143

0 commit comments

Comments
 (0)