mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix(openai.py-+-azure.py): fix linting issues
This commit is contained in:
parent
311b4f9d2c
commit
1306addfe8
4 changed files with 30 additions and 14 deletions
|
@ -134,8 +134,6 @@ class APIResponseValidationError(APIResponseValidationError): # type: ignore
|
|||
message=message
|
||||
)
|
||||
|
||||
|
||||
|
||||
class OpenAIError(OpenAIError): # type: ignore
|
||||
def __init__(self, original_exception):
|
||||
self.status_code = original_exception.http_status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue