diff options
| author | historia <historiavg@proton.me> | 2026-08-26 17:46:48 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-26 17:46:48 -0400 |
| commit | 6ccb6d443d2fb871b43d96ea61a95bc3e6a92355 (patch) | |
| tree | d692ddccd6ec212cf4ebabb25a85e83af479d0fe /app/tests/test_converter.py | |
| parent | c147087c9d4707bffaeee58d390653637a21cce8 (diff) | |
| download | tts-audiobook-generator-6ccb6d443d2fb871b43d96ea61a95bc3e6a92355.tar.gz | |
feat: combined install/configure tui screens into one menu, removed extraneous wizard screens
Diffstat (limited to 'app/tests/test_converter.py')
| -rw-r--r-- | app/tests/test_converter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/tests/test_converter.py b/app/tests/test_converter.py index 53e2897..e04d3fe 100644 --- a/app/tests/test_converter.py +++ b/app/tests/test_converter.py @@ -12,7 +12,6 @@ from unittest.mock import MagicMock, patch from converter import config from converter.clients import ( BACKEND_AUDIOCPP, - BACKEND_FASTER, BACKEND_QWEN, VOICE_MODE_CLONE, VOICE_MODE_CUSTOM, |
