diff options
Diffstat (limited to 'numpy/typing/_shape.py')
-rw-r--r-- | numpy/typing/_shape.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/numpy/typing/_shape.py b/numpy/typing/_shape.py deleted file mode 100644 index c28859b19..000000000 --- a/numpy/typing/_shape.py +++ /dev/null @@ -1,6 +0,0 @@ -from typing import Sequence, Tuple, Union, SupportsIndex - -_Shape = Tuple[int, ...] - -# Anything that can be coerced to a shape tuple -_ShapeLike = Union[SupportsIndex, Sequence[SupportsIndex]] |