mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(fix) linting error
This commit is contained in:
parent
d80e2310ed
commit
df156c7392
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
Reference in a new issue