summaryrefslogtreecommitdiff
path: root/numpy/fft/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/fft/helper.py')
-rw-r--r--numpy/fft/helper.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/fft/helper.py b/numpy/fft/helper.py
index a920a4ac0..3dacd9ee1 100644
--- a/numpy/fft/helper.py
+++ b/numpy/fft/helper.py
@@ -2,8 +2,6 @@
Discrete Fourier Transforms - helper.py
"""
-from __future__ import division, absolute_import, print_function
-
from numpy.compat import integer_types
from numpy.core import integer, empty, arange, asarray, roll
from numpy.core.overrides import array_function_dispatch, set_module