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/index_tricks.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/index_tricks.pyi') diff --git a/numpy/lib/index_tricks.pyi b/numpy/lib/index_tricks.pyi index 923cb8a9f..c9251abd1 100644 --- a/numpy/lib/index_tricks.pyi +++ b/numpy/lib/index_tricks.pyi @@ -26,7 +26,7 @@ from numpy import ( _OrderCF, _ModeKind, ) -from numpy.typing import ( +from numpy._typing import ( # Arrays ArrayLike, _NestedSequence, -- cgit v1.2.1