diff options
Diffstat (limited to 'numpy/lib/npyio.pyi')
-rw-r--r-- | numpy/lib/npyio.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.pyi b/numpy/lib/npyio.pyi index b96e9dada..231ed7584 100644 --- a/numpy/lib/npyio.pyi +++ b/numpy/lib/npyio.pyi @@ -26,7 +26,7 @@ from numpy import ( ) from numpy.ma.mrecords import MaskedRecords -from numpy.typing import ( +from numpy._typing import ( ArrayLike, DTypeLike, NDArray, |