forked from phoenix/litellm-mirror
(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
|
self.model = model
|
||||||
super().__init__(
|
super().__init__(
|
||||||
self.message,
|
self.message,
|
||||||
request=request, # type: ignore,
|
request=request, # type: ignore
|
||||||
body=None,
|
body=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue