fix: voice_clones.py black格式化修复
Deploy / Staging E2E Tests (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 134h37m23s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 134h37m38s
Deploy / Staging E2E Tests (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 134h37m23s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 134h37m38s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user