mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 08:24:52 +00:00
Fix code quality issue
This commit is contained in:
@@ -250,7 +250,7 @@ async def route_create_file(
|
||||
dependencies=[Depends(user_api_key_auth)],
|
||||
tags=["files"],
|
||||
)
|
||||
async def create_file(
|
||||
async def create_file( # noqa: PLR0915
|
||||
request: Request,
|
||||
fastapi_response: Response,
|
||||
purpose: str = Form(...),
|
||||
|
||||
Reference in New Issue
Block a user