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
62dfee4c30
commit
935596c96f
1 changed files with 1 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ class PrismaClient:
|
|||
detail={"error": f"No token passed in. Token={token}"},
|
||||
)
|
||||
response = await self.db.litellm_verificationtoken.find_unique(
|
||||
where={"token": hashed_token},
|
||||
where={"token": hashed_token}, # type: ignore
|
||||
include={"litellm_budget_table": True},
|
||||
)
|
||||
if response is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue