summaryrefslogtreecommitdiff
path: root/numpy/fft
diff options
context:
space:
mode:
authorSami Salonen <ssalonen@gmail.com>2017-01-15 20:25:08 +0200
committerSami Salonen <ssalonen@gmail.com>2017-01-15 20:26:49 +0200
commit666553e6b27683d7336dafb93100041c6079a97a (patch)
treeef34982eb2c9f6166303c773a6a74cd438477e6b /numpy/fft
parent1bea8625b9a95b6c06a0193e9bb3303ef8f247be (diff)
downloadnumpy-666553e6b27683d7336dafb93100041c6079a97a.tar.gz
MAINT: Remove shebang from test modules
Diffstat (limited to 'numpy/fft')
-rw-r--r--numpy/fft/tests/test_helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/fft/tests/test_helper.py b/numpy/fft/tests/test_helper.py
index cb85755d2..ff56ff63c 100644
--- a/numpy/fft/tests/test_helper.py
+++ b/numpy/fft/tests/test_helper.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
"""Test functions for fftpack.helper module
Copied from fftpack.helper by Pearu Peterson, October 2005