summaryrefslogtreecommitdiff
path: root/tests/signals.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/signals.py')
-rw-r--r--tests/signals.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/signals.py b/tests/signals.py
index 1ebf44e..5b04c03 100644
--- a/tests/signals.py
+++ b/tests/signals.py
@@ -47,4 +47,3 @@ def sinechirpsine():
audio[i+(section_length*sampling_rate*2)] = amp * np.sin(2 * np.pi * final_freq * t)
return audio
-