From 1c58504eec43f9ba18ac835131fed496fb59772d Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Thu, 26 Mar 2020 17:50:20 +0000 Subject: MAINT: simplify code that assumes str/unicode and int/long are different types (#15816) Cleanup from the dropping of python 2 --- numpy/lib/tests/test_function_base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/tests/test_function_base.py') diff --git a/numpy/lib/tests/test_function_base.py b/numpy/lib/tests/test_function_base.py index 3e621f077..23bf3296d 100644 --- a/numpy/lib/tests/test_function_base.py +++ b/numpy/lib/tests/test_function_base.py @@ -21,7 +21,6 @@ from numpy.lib import ( select, setxor1d, sinc, trapz, trim_zeros, unwrap, unique, vectorize ) -from numpy.compat import long def get_mat(n): data = np.arange(n) -- cgit v1.2.1