mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
refactor(proxy/utils.py): fix linting issue
This commit is contained in:
parent
afada01ffc
commit
7b5e3b9934
2 changed files with 2 additions and 1 deletions
|
@ -399,7 +399,7 @@ class PrismaClient:
|
|||
and reset_at is not None
|
||||
):
|
||||
response = await self.db.litellm_verificationtoken.find_many(
|
||||
where={
|
||||
where={ # type:ignore
|
||||
"OR": [
|
||||
{"expires": None},
|
||||
{"expires": {"gt": expires}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue