From 6379138a6da6ebf73bfc4bc4e019a21d8a99be0a Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Fri, 9 Jul 2021 14:00:34 -0600 Subject: Rename numpy/_array_api/_types.py to numpy/_array_api/_typing.py --- numpy/_array_api/_statistical_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/_array_api/_statistical_functions.py') diff --git a/numpy/_array_api/_statistical_functions.py b/numpy/_array_api/_statistical_functions.py index 4f6b1c034..9e032adf0 100644 --- a/numpy/_array_api/_statistical_functions.py +++ b/numpy/_array_api/_statistical_functions.py @@ -4,7 +4,7 @@ from ._array_object import Array from typing import TYPE_CHECKING if TYPE_CHECKING: - from ._types import Optional, Tuple, Union + from ._typing import Optional, Tuple, Union import numpy as np -- cgit v1.2.1