mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
refactor: fixing linting issues
This commit is contained in:
parent
ae35c13015
commit
45b6f8b853
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