summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/shape_base.pyi')
-rw-r--r--numpy/core/shape_base.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/shape_base.pyi b/numpy/core/shape_base.pyi
index e2cf26075..cea355d44 100644
--- a/numpy/core/shape_base.pyi
+++ b/numpy/core/shape_base.pyi
@@ -2,7 +2,7 @@ from collections.abc import Sequence
from typing import TypeVar, overload, Any, SupportsIndex
from numpy import generic
-from numpy.typing import ArrayLike, NDArray, _ArrayLike
+from numpy._typing import ArrayLike, NDArray, _ArrayLike
_SCT = TypeVar("_SCT", bound=generic)
_ArrayType = TypeVar("_ArrayType", bound=NDArray[Any])