diff options
Diffstat (limited to 'numpy/core/records.pyi')
-rw-r--r-- | numpy/core/records.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/records.pyi b/numpy/core/records.pyi index 4eee93d87..d3bbe0e70 100644 --- a/numpy/core/records.pyi +++ b/numpy/core/records.pyi @@ -18,7 +18,7 @@ from numpy import ( _SupportsBuffer, ) -from numpy.typing import ( +from numpy._typing import ( ArrayLike, DTypeLike, NDArray, |