diff options
Diffstat (limited to 'numpy/fft/helper.py')
-rw-r--r-- | numpy/fft/helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/helper.py b/numpy/fft/helper.py index 99b576708..17a4a24dc 100644 --- a/numpy/fft/helper.py +++ b/numpy/fft/helper.py @@ -6,7 +6,7 @@ Discrete Fourier Transforms - helper.py __all__ = ['fftshift','ifftshift','fftfreq'] from numpy.core import asarray, concatenate, arange, take, \ - array, integer + integer from numpy import hstack import types |