summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/shape_base.pyi')
-rw-r--r--numpy/lib/shape_base.pyi3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/lib/shape_base.pyi b/numpy/lib/shape_base.pyi
index cfb3040b7..4c275cc8c 100644
--- a/numpy/lib/shape_base.pyi
+++ b/numpy/lib/shape_base.pyi
@@ -1,5 +1,4 @@
-from typing import List, TypeVar, Callable, Sequence, Any, overload, Tuple
-from typing_extensions import SupportsIndex, Protocol
+from typing import List, TypeVar, Callable, Sequence, Any, overload, Tuple, SupportsIndex, Protocol
from numpy import (
generic,