mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
refactor: fixing linting issues
This commit is contained in:
parent
753c722c9f
commit
4b74ddcb17
25 changed files with 223 additions and 133 deletions
|
@ -1,8 +1,4 @@
|
|||
try:
|
||||
from openai import AuthenticationError, BadRequestError, RateLimitError, OpenAIError
|
||||
except:
|
||||
from openai.error import AuthenticationError, InvalidRequestError, RateLimitError, OpenAIError
|
||||
|
||||
from openai import AuthenticationError, BadRequestError, RateLimitError, OpenAIError
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue