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
|
||||
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