summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/src
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-03-13 11:41:46 +0100
committerReinhard Panhuber <[email protected]>2021-03-13 11:41:46 +0100
commitd566444d584f644afc580ff9d3cf8e1adc7ccb30 (patch)
treed2c534e97e65c4046c05756ddf634689bc7a96f3 /examples/device/audio_test/src
parentde3c03af76ebb4f092f798a390a463fe78cc27f0 (diff)
Add new line at end of python script
Diffstat (limited to 'examples/device/audio_test/src')
-rw-r--r--examples/device/audio_test/src/plot_audio_samples.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/audio_test/src/plot_audio_samples.py b/examples/device/audio_test/src/plot_audio_samples.py
index e6a9e2eec..0b0c3394f 100644
--- a/examples/device/audio_test/src/plot_audio_samples.py
+++ b/examples/device/audio_test/src/plot_audio_samples.py
@@ -21,4 +21,5 @@ if __name__ == '__main__':
plt.xlabel('Time [s]')
plt.ylabel('Amplitude')
plt.title('MicNode')
- plt.show() \ No newline at end of file
+ plt.show()
+ \ No newline at end of file