aboutsummaryrefslogtreecommitdiff
path: root/app/backends/audiocpp/remote.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-26 17:46:48 -0400
committerhistoria <historiavg@proton.me>2026-08-26 17:46:48 -0400
commit6ccb6d443d2fb871b43d96ea61a95bc3e6a92355 (patch)
treed692ddccd6ec212cf4ebabb25a85e83af479d0fe /app/backends/audiocpp/remote.py
parentc147087c9d4707bffaeee58d390653637a21cce8 (diff)
downloadtts-audiobook-generator-6ccb6d443d2fb871b43d96ea61a95bc3e6a92355.tar.gz
feat: combined install/configure tui screens into one menu, removed extraneous wizard screens
Diffstat (limited to 'app/backends/audiocpp/remote.py')
-rw-r--r--app/backends/audiocpp/remote.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/backends/audiocpp/remote.py b/app/backends/audiocpp/remote.py
index 42b3872..31eddbf 100644
--- a/app/backends/audiocpp/remote.py
+++ b/app/backends/audiocpp/remote.py
@@ -4,8 +4,6 @@ import json
import urllib.request
from typing import Dict, List, Optional
-from .constants import FALLBACK_PORT
-
def fetch_server_models(api_url: str) -> Optional[List[Dict[str, str]]]:
"""List a running audiocpp_server's model entries via GET /v1/models.