diff options
Diffstat (limited to 'numpy/_typing/_callable.pyi')
-rw-r--r-- | numpy/_typing/_callable.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/_typing/_callable.pyi b/numpy/_typing/_callable.pyi index 5dfe9e7c2..ee818e905 100644 --- a/numpy/_typing/_callable.pyi +++ b/numpy/_typing/_callable.pyi @@ -43,7 +43,7 @@ from ._scalars import ( _NumberLike_co, ) from . import NBitBase -from ._generic_alias import NDArray +from ._array_like import NDArray from ._nested_sequence import _NestedSequence _T1 = TypeVar("_T1") |