From 6cfcd564c0684c52618235e6366f4a81c02b9a5b Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 1 Sep 2026 14:32:05 -0400 Subject: slop refactor/dedup --- app/backends/audiocpp/remote.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/backends/audiocpp/remote.py') diff --git a/app/backends/audiocpp/remote.py b/app/backends/audiocpp/remote.py index 31eddbf..20d4cef 100644 --- a/app/backends/audiocpp/remote.py +++ b/app/backends/audiocpp/remote.py @@ -1,6 +1,7 @@ """Query a running audiocpp_server for its models and voices.""" import json +import urllib.parse import urllib.request from typing import Dict, List, Optional -- cgit v1.2.3