Skip to content

Commit 9ffe77e

Browse files
committed
refactor: linting
1 parent 81c33b3 commit 9ffe77e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/server/controllers/voice.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from models.config import ConfigModel
99
from typings.auth import UserAccount
1010
from typings.voice import VoiceOutput
11-
from utils.auth import (authenticate, authenticate_by_any,
12-
authenticate_by_token_or_api_key)
11+
from utils.auth import authenticate, authenticate_by_token_or_api_key
1312
from voices.get_voices import get_all_voice_providers
1413

1514
router = APIRouter()

0 commit comments

Comments
 (0)