mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(fix) linting error
This commit is contained in:
parent
52e2730e44
commit
a1a041b305
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue