Skip to content

Commit 1fea20b

Browse files
committed
TYP: dust off the DeLorean
1 parent 76767c3 commit 1fea20b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

array_api_compat/numpy/_info.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
more details.
88
99
"""
10+
from __future__ import annotations
11+
1012
from numpy import bool_ as bool
1113
from numpy import (
1214
complex64,
@@ -137,7 +139,7 @@ def default_dtypes(
137139
self,
138140
*,
139141
device: Device | None = None,
140-
) -> dict[str, "dtype[intp | float64 | complex128]"]:
142+
) -> dict[str, dtype[intp | float64 | complex128]]:
141143
"""
142144
The default data types used for new NumPy arrays.
143145

0 commit comments

Comments
 (0)