mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix linting
This commit is contained in:
parent
13491bdb87
commit
86c493686b
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class OpenAIResponsesAPIConfig(BaseResponsesAPIConfig):
|
|||
- DELETE /v1/responses/{response_id}
|
||||
"""
|
||||
url = f"{api_base}/{response_id}"
|
||||
data = {}
|
||||
data: Dict = {}
|
||||
return url, data
|
||||
|
||||
def transform_delete_response_api_response(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue