diff options
Diffstat (limited to 'numpy/lib/shape_base.pyi')
-rw-r--r-- | numpy/lib/shape_base.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/shape_base.pyi b/numpy/lib/shape_base.pyi index 1c0732795..1b718da22 100644 --- a/numpy/lib/shape_base.pyi +++ b/numpy/lib/shape_base.pyi @@ -13,7 +13,7 @@ from numpy import ( object_, ) -from numpy.typing import ( +from numpy._typing import ( ArrayLike, NDArray, _ShapeLike, |