Browse Source

Add new line at end of python script

Reinhard Panhuber 5 years ago
parent
commit
d566444d58
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/device/audio_test/src/plot_audio_samples.py

+ 2 - 1
examples/device/audio_test/src/plot_audio_samples.py

@@ -21,4 +21,5 @@ if __name__ == '__main__':
     plt.xlabel('Time [s]')
     plt.xlabel('Time [s]')
     plt.ylabel('Amplitude')
     plt.ylabel('Amplitude')
     plt.title('MicNode')
     plt.title('MicNode')
-    plt.show()
+    plt.show()
+