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/matrixlib/defmatrix.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/matrixlib') diff --git a/numpy/matrixlib/defmatrix.pyi b/numpy/matrixlib/defmatrix.pyi index 8358bb111..9d0d1ee50 100644 --- a/numpy/matrixlib/defmatrix.pyi +++ b/numpy/matrixlib/defmatrix.pyi @@ -1,7 +1,7 @@ from collections.abc import Sequence, Mapping from typing import Any from numpy import matrix as matrix -from numpy.typing import ArrayLike, DTypeLike, NDArray +from numpy._typing import ArrayLike, DTypeLike, NDArray __all__: list[str] -- cgit v1.2.1