summaryrefslogtreecommitdiff
path: root/numpy/lib/arrayterator.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/arrayterator.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/arrayterator.pyi')
-rw-r--r--numpy/lib/arrayterator.pyi1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/arrayterator.pyi b/numpy/lib/arrayterator.pyi
index 39d6fd843..82c669206 100644
--- a/numpy/lib/arrayterator.pyi
+++ b/numpy/lib/arrayterator.pyi
@@ -1,4 +1,3 @@
-import sys
from typing import (
List,
Any,