diff options
| author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-01-12 14:58:28 +0100 |
|---|---|---|
| committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-09-19 23:15:11 +0200 |
| commit | a315d5ee5ab56f434fdf196c3a9fe1dd7e72e5bd (patch) | |
| tree | 4c338c50cab8980b4c222f8248e0c849fca55218 /numpy/lib/arraypad.pyi | |
| parent | 5580a4c4ba3bab701c17bca56d77105eedfa75c9 (diff) | |
| download | numpy-a315d5ee5ab56f434fdf196c3a9fe1dd7e72e5bd.tar.gz | |
MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`
Diffstat (limited to 'numpy/lib/arraypad.pyi')
| -rw-r--r-- | numpy/lib/arraypad.pyi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/arraypad.pyi b/numpy/lib/arraypad.pyi index 49ce8e683..d7c5f4844 100644 --- a/numpy/lib/arraypad.pyi +++ b/numpy/lib/arraypad.pyi @@ -15,7 +15,7 @@ from numpy.typing import ( ArrayLike, NDArray, _ArrayLikeInt, - _NestedSequence, + _FiniteNestedSequence, _SupportsArray, ) @@ -45,7 +45,7 @@ _ModeKind = L[ "empty", ] -_ArrayLike = _NestedSequence[_SupportsArray[dtype[_SCT]]] +_ArrayLike = _FiniteNestedSequence[_SupportsArray[dtype[_SCT]]] __all__: List[str] |
