diff options
Diffstat (limited to 'numpy/tests/test_warnings.py')
-rw-r--r-- | numpy/tests/test_warnings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/tests/test_warnings.py b/numpy/tests/test_warnings.py index f5560a099..48896f4b7 100644 --- a/numpy/tests/test_warnings.py +++ b/numpy/tests/test_warnings.py @@ -2,8 +2,6 @@ Tests which scan for certain occurrences in the code, they may not find all of these occurrences but should catch almost all. """ -from __future__ import division, absolute_import, print_function - import sys import pytest |