(fix) linting

This commit is contained in:
ishaan-jaff 2023-11-18 17:05:46 -08:00
parent 349a1472df
commit 73ce9aceb2

View file

@ -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}")