summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/random/info.py5
-rw-r--r--numpy/tests/test_public_api.py1
2 files changed, 0 insertions, 6 deletions
diff --git a/numpy/random/info.py b/numpy/random/info.py
deleted file mode 100644
index b9fd7f26a..000000000
--- a/numpy/random/info.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from __future__ import division, absolute_import, print_function
-
-from .. import __doc__
-
-depends = ['core']
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 6d018e78a..176223795 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -305,7 +305,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"random.bounded_integers",
"random.common",
"random.generator",
- "random.info",
"random.mt19937",
"random.mtrand",
"random.pcg64",