summaryrefslogtreecommitdiff
path: root/numpy/core/_methods.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/_methods.py')
-rw-r--r--numpy/core/_methods.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/_methods.py b/numpy/core/_methods.py
index 269e509b8..694523b20 100644
--- a/numpy/core/_methods.py
+++ b/numpy/core/_methods.py
@@ -3,8 +3,6 @@ Array methods which are called by both the C-code for the method
and the Python code for the NumPy-namespace function
"""
-from __future__ import division, absolute_import, print_function
-
import warnings
from numpy.core import multiarray as mu