diff options
author | Douglas Fenstermacher <douglas.fenstermacher@gmail.com> | 2020-11-05 10:39:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 09:39:07 -0600 |
commit | 49d62f84df0a82b10b3623024ca66b1f09958072 (patch) | |
tree | b6b79eb8bb3a0528e52f4c2ae966c97c5838df9b /numpy/typing | |
parent | 93d3e7c247b66ec54d1095df30e99a95b4af9c72 (diff) | |
download | numpy-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.py | 1 |
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", |