refactor(slack_alerting.py): trigger new build

This commit is contained in:
Krrish Dholakia 2024-05-06 18:29:55 -07:00
parent 6b9b4f05ba
commit 3a8876b0d5

View file

@ -1,7 +1,6 @@
#### What this does #### #### What this does ####
# Class for sending Slack Alerts # # Class for sending Slack Alerts #
import dotenv, os import dotenv, os
from litellm.proxy._types import UserAPIKeyAuth from litellm.proxy._types import UserAPIKeyAuth
dotenv.load_dotenv() # Loading env variables using dotenv dotenv.load_dotenv() # Loading env variables using dotenv