diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-22 05:43:39 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-22 06:04:36 +0200 |
commit | 192060f2cf4dc214a9712eb86a546af3f0c6741f (patch) | |
tree | c6dc27421c23eac8a97073dedd7a2ee379b72db6 /numpy/tests/test_public_api.py | |
parent | 9a02ff1dd2fc8bd1656d7e70aabe573f5a83bc65 (diff) | |
download | numpy-192060f2cf4dc214a9712eb86a546af3f0c6741f.tar.gz |
DOC: clean up numpy.lib docstring, remove numpy/lib/info.py
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 487fae899..631eec551 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -281,7 +281,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "lib.function_base", "lib.histograms", "lib.index_tricks", - "lib.info", "lib.nanfunctions", "lib.npyio", "lib.polynomial", |