From df156c7392f5c458d67b990c705e91e2da91de8b Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 14 Nov 2023 15:07:43 -0800 Subject: [PATCH] (fix) linting error --- litellm/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/exceptions.py b/litellm/exceptions.py index 955fe674f0c..1ea15f2996a 100644 --- a/litellm/exceptions.py +++ b/litellm/exceptions.py @@ -104,7 +104,7 @@ class APIError(APIError): # type: ignore self.model = model super().__init__( self.message, - request=request, # type: ignore, + request=request, # type: ignore body=None, )