diff options
| author | Reinhard Panhuber <[email protected]> | 2021-03-13 11:41:46 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-03-13 11:41:46 +0100 |
| commit | d566444d584f644afc580ff9d3cf8e1adc7ccb30 (patch) | |
| tree | d2c534e97e65c4046c05756ddf634689bc7a96f3 /examples/device/audio_test/src | |
| parent | de3c03af76ebb4f092f798a390a463fe78cc27f0 (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.py | 3 |
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 |
