summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-01-06 12:11:25 +0000
committerEric Wieser <wieser.eric@gmail.com>2020-01-06 12:11:25 +0000
commit679c83407ca95eab7eec844e945a725b932fbb60 (patch)
treebe7f65c9ff3e4335aca57de874e0736c37a23988 /numpy/tests/test_public_api.py
parentd7523e21aa65abb8ef58895c6bf3c768059f74aa (diff)
parentc28fc48328e9621160debae4d0d99feeff3b8fdf (diff)
downloadnumpy-679c83407ca95eab7eec844e945a725b932fbb60.tar.gz
Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.compat
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 5f5ff8be0..48dd42a9f 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -1,5 +1,3 @@
-from __future__ import division, absolute_import, print_function
-
import sys
import subprocess
import pkgutil
@@ -50,7 +48,6 @@ def test_numpy_namespace():
'fastCopyAndTranspose': 'numpy.core._multiarray_umath._fastCopyAndTranspose',
'get_array_wrap': 'numpy.lib.shape_base.get_array_wrap',
'get_include': 'numpy.lib.utils.get_include',
- 'int_asbuffer': 'numpy.core._multiarray_umath.int_asbuffer',
'mafromtxt': 'numpy.lib.npyio.mafromtxt',
'ndfromtxt': 'numpy.lib.npyio.ndfromtxt',
'recfromcsv': 'numpy.lib.npyio.recfromcsv',