Bug fix on rebase

This commit is contained in:
Edresson Casanova 2023-11-06 09:17:36 -03:00
parent 662ee2ba63
commit 00b24eeb6e
1 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,4 @@ def test_synthesize():
)
# test pipe_out command
<<<<<<< HEAD
run_cli(f'tts --text "test." --pipe_out --out_path "{output_path}" | aplay')
=======
run_cli('tts --text "test." --pipe_out ' f'--out_path "{output_path}" | aplay')
>>>>>>> Make style