diff options
Diffstat (limited to 'numpy/lib/arraysetops.pyi')
-rw-r--r-- | numpy/lib/arraysetops.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/arraysetops.pyi b/numpy/lib/arraysetops.pyi index c3c759d5b..babafc886 100644 --- a/numpy/lib/arraysetops.pyi +++ b/numpy/lib/arraysetops.pyi @@ -37,7 +37,7 @@ from numpy import ( void, ) -from numpy.typing import ( +from numpy._typing import ( ArrayLike, NDArray, _ArrayLike, |