From 7739583f5fb39c31e83010a3153fa078004e55eb Mon Sep 17 00:00:00 2001 From: Bas van Beek <43369155+BvB93@users.noreply.github.com> Date: Fri, 18 Mar 2022 17:09:56 +0100 Subject: MAINT: Split `numpy.typing` into a public and private component i.e. `numpy.typing` and `numpy._typing` --- numpy/lib/arraysetops.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/arraysetops.pyi') 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, -- cgit v1.2.1