mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(proxy_server.py): fix linting errors
This commit is contained in:
parent
eefa66e8f0
commit
d8079907b9
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ async def generate_key_helper_fn(duration_str: str, models: Optional[list]):
|
||||||
"models": models
|
"models": models
|
||||||
}
|
}
|
||||||
new_verification_token = await db.litellm_verificationtoken.create( # type: ignore
|
new_verification_token = await db.litellm_verificationtoken.create( # type: ignore
|
||||||
{**verification_token_data}
|
{**verification_token_data} # type: ignore
|
||||||
)
|
)
|
||||||
print(f"new_verification_token: {new_verification_token}")
|
print(f"new_verification_token: {new_verification_token}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue