diff options
Diffstat (limited to 'numpy/dft')
-rw-r--r-- | numpy/dft/info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/dft/info.py b/numpy/dft/info.py index 8b81b8669..4aa9b7d2c 100644 --- a/numpy/dft/info.py +++ b/numpy/dft/info.py @@ -27,4 +27,3 @@ Core FFT routines """ depends = ['core'] -global_symbols = ['fft','ifft'] |