diff options
Diffstat (limited to 'numpy/ma/tests/test_deprecations.py')
-rw-r--r-- | numpy/ma/tests/test_deprecations.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/ma/tests/test_deprecations.py b/numpy/ma/tests/test_deprecations.py index 72cc29aa0..7f44a2176 100644 --- a/numpy/ma/tests/test_deprecations.py +++ b/numpy/ma/tests/test_deprecations.py @@ -1,8 +1,6 @@ """Test deprecation and future warnings. """ -from __future__ import division, absolute_import, print_function - import numpy as np from numpy.testing import assert_warns from numpy.ma.testutils import assert_equal |