summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-09-22 05:27:28 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2019-09-22 05:27:28 +0200
commitb5c17335cdff6089850c163ed213e7a66eebe9aa (patch)
tree5acb860e13bb38e49d796ebb8373625d1267158c /numpy/random
parent217ce3e03e34e5e0190712a57c727e5205cddd36 (diff)
downloadnumpy-b5c17335cdff6089850c163ed213e7a66eebe9aa.tar.gz
MAINT: remove stray numpy/random/info.py file
Diffstat (limited to 'numpy/random')
-rw-r--r--numpy/random/info.py5
1 files changed, 0 insertions, 5 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']