summaryrefslogtreecommitdiff
path: root/numpy/tests/test_matlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/tests/test_matlib.py')
-rw-r--r--numpy/tests/test_matlib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/tests/test_matlib.py b/numpy/tests/test_matlib.py
index 38a7e39df..e04947a2e 100644
--- a/numpy/tests/test_matlib.py
+++ b/numpy/tests/test_matlib.py
@@ -1,5 +1,3 @@
-from __future__ import division, absolute_import, print_function
-
# As we are testing matrices, we ignore its PendingDeprecationWarnings
try:
import pytest