From 9f5a33015f5eadb4bdff92de9ba03dac2d66da30 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 16 Sep 2024 18:07:48 -0700 Subject: [PATCH] fix linting --- litellm/proxy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index bc42d76bf..8a9a6d707 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -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: