diff --git a/TTS/bin/resample.py b/TTS/bin/resample.py index aa3f9a37..d1a2f88a 100644 --- a/TTS/bin/resample.py +++ b/TTS/bin/resample.py @@ -65,5 +65,4 @@ if __name__ == '__main__': for i, _ in enumerate(p.imap_unordered(resample_file, audio_files)): pbar.update() - print('Done !') - \ No newline at end of file + print('Done !') \ No newline at end of file