We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c33b3 commit 9ffe77eCopy full SHA for 9ffe77e
apps/server/controllers/voice.py
@@ -8,8 +8,7 @@
8
from models.config import ConfigModel
9
from typings.auth import UserAccount
10
from typings.voice import VoiceOutput
11
-from utils.auth import (authenticate, authenticate_by_any,
12
- authenticate_by_token_or_api_key)
+from utils.auth import authenticate, authenticate_by_token_or_api_key
13
from voices.get_voices import get_all_voice_providers
14
15
router = APIRouter()
0 commit comments