summaryrefslogtreecommitdiff
path: root/numpy/typing
diff options
context:
space:
mode:
authorDouglas Fenstermacher <douglas.fenstermacher@gmail.com>2020-11-05 10:39:07 -0500
committerGitHub <noreply@github.com>2020-11-05 09:39:07 -0600
commit49d62f84df0a82b10b3623024ca66b1f09958072 (patch)
treeb6b79eb8bb3a0528e52f4c2ae966c97c5838df9b /numpy/typing
parent93d3e7c247b66ec54d1095df30e99a95b4af9c72 (diff)
downloadnumpy-49d62f84df0a82b10b3623024ca66b1f09958072.tar.gz
ENH: adds type hints to numpy.version (gh-17711)
Closes gh-17702
Diffstat (limited to 'numpy/typing')
-rw-r--r--numpy/typing/tests/test_isfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/typing/tests/test_isfile.py b/numpy/typing/tests/test_isfile.py
index e6b80f995..569f05435 100644
--- a/numpy/typing/tests/test_isfile.py
+++ b/numpy/typing/tests/test_isfile.py
@@ -12,7 +12,6 @@ FILES = [
ROOT / "ctypeslib.pyi",
ROOT / "emath.pyi",
ROOT / "rec.pyi",
- ROOT / "version.pyi",
ROOT / "core" / "__init__.pyi",
ROOT / "distutils" / "__init__.pyi",
ROOT / "f2py" / "__init__.pyi",