diff options
Diffstat (limited to 'numpy')
-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 716ddb3e3..a9b478938 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -319,7 +319,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "random.bit_generator", "random.bounded_integers", "random.common", - "random.entropy", "random.generator", "random.info", "random.mt19937", |