mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) linting
This commit is contained in:
parent
b2f8f8ed45
commit
2466d26301
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ async def generate_key_helper_fn(duration_str: str):
|
|||
"token": token,
|
||||
"expires": expires
|
||||
}
|
||||
new_verification_token = await db.litellm_verificationtoken.create(
|
||||
new_verification_token = await db.litellm_verificationtoken.create( # type: ignore
|
||||
{**verification_token_data}
|
||||
)
|
||||
print(f"new_verification_token: {new_verification_token}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue