fix(utils.py): correctly re-raise azure api connection error

'
This commit is contained in:
Krrish Dholakia 2024-07-29 12:28:12 -07:00
parent 63531a9824
commit 59384c84a5
3 changed files with 17 additions and 8 deletions

View file

@ -1,12 +1,12 @@
repos:
- repo: local
hooks:
- id: mypy
name: mypy
entry: python3 -m mypy --ignore-missing-imports
language: system
types: [python]
files: ^litellm/
# - id: mypy
# name: mypy
# entry: python3 -m mypy --ignore-missing-imports
# language: system
# types: [python]
# files: ^litellm/
- id: isort
name: isort
entry: isort