mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix: fix linting errors
This commit is contained in:
parent
5d5ca9f7ef
commit
2f93c0155a
2 changed files with 4 additions and 4 deletions
|
@ -18,6 +18,6 @@ try:
|
|||
# print("Got openai Timeout Exception. Good job. The proxy mapped to OpenAI exceptions")
|
||||
except Exception as e:
|
||||
print("\n the proxy did not map to OpenAI exception. Instead got", e)
|
||||
print(e.type)
|
||||
print(e.message)
|
||||
print(e.code)
|
||||
print(e.type) # type: ignore
|
||||
print(e.message) # type: ignore
|
||||
print(e.code) # type: ignore
|
Loading…
Add table
Add a link
Reference in a new issue