From 7c587001a6fdedebf64a501a8a4d83e012a94653 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Fri, 3 Jul 2026 22:16:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20voice=5Fclones.py=20black=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/app/api/routes/voice_clones.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/app/api/routes/voice_clones.py b/apps/api/app/api/routes/voice_clones.py index a03a7cc18..39bf2067d 100644 --- a/apps/api/app/api/routes/voice_clones.py +++ b/apps/api/app/api/routes/voice_clones.py @@ -170,7 +170,8 @@ def get_voice_clone_status( @router.delete( "/{clone_id}", - status_code=status.HTTP_204_NO_CONTENT, response_model=None, + status_code=status.HTTP_204_NO_CONTENT, + response_model=None, ) def delete_voice_clone( clone_id: str,