forked from phoenix/litellm-mirror
(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,
|
"token": token,
|
||||||
"expires": expires
|
"expires": expires
|
||||||
}
|
}
|
||||||
new_verification_token = await db.litellm_verificationtoken.create(
|
new_verification_token = await db.litellm_verificationtoken.create( # type: ignore
|
||||||
{**verification_token_data}
|
{**verification_token_data}
|
||||||
)
|
)
|
||||||
print(f"new_verification_token: {new_verification_token}")
|
print(f"new_verification_token: {new_verification_token}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue