refactor(proxy/utils.py): fix linting issue

This commit is contained in:
Krrish Dholakia 2024-01-23 17:22:22 -08:00
parent afada01ffc
commit 7b5e3b9934
2 changed files with 2 additions and 1 deletions

View file

@ -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}},