summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.pyi
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-08-30 11:58:53 -0600
committerGitHub <noreply@github.com>2021-08-30 11:58:53 -0600
commitb21ad7c5ee0cd76ea41bb519877804457d1776f8 (patch)
tree2e0fbb0cc3b8e5ffe214e217f9a6a55441ac4ed4 /numpy/lib/shape_base.pyi
parent5f9445052238200b905074ee188bcfdab2ef8861 (diff)
parent6b46b35e8fc081b5b0244ab5e31fcfb34ddee17f (diff)
downloadnumpy-b21ad7c5ee0cd76ea41bb519877804457d1776f8.tar.gz
Merge pull request #19784 from BvB93/37-typing
MAINT: Remove typing code-paths specific to Python 3.7
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,