mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) linting
This commit is contained in:
parent
349a1472df
commit
73ce9aceb2
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