summaryrefslogtreecommitdiff
path: root/numpy/lib/arrayterator.pyi
diff options
context:
space:
mode:
authorBas van Beek <43369155+BvB93@users.noreply.github.com>2021-08-14 22:02:29 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-08-30 15:26:54 +0200
commit355336119136f620c27f1adcc26074eb9528c159 (patch)
tree6d64faab94a767d361fa2c0f87f0f26b2e75fc25 /numpy/lib/arrayterator.pyi
parentd0b676b77bfa567eddb925bc31ead24ff0b576b1 (diff)
downloadnumpy-355336119136f620c27f1adcc26074eb9528c159.tar.gz
MAINT: Drop .pyi 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,