diff options
Diffstat (limited to 'numpy/core/umath_tests.py')
-rw-r--r-- | numpy/core/umath_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/umath_tests.py b/numpy/core/umath_tests.py index 28e325b98..90ab17e67 100644 --- a/numpy/core/umath_tests.py +++ b/numpy/core/umath_tests.py @@ -2,8 +2,6 @@ Shim for _umath_tests to allow a deprecation period for the new name. """ -from __future__ import division, absolute_import, print_function - import warnings # 2018-04-04, numpy 1.15.0 |