diff --git a/litellm/utils.py b/litellm/utils.py index e5fc4ea9d..6e74135e5 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -24,7 +24,7 @@ from .exceptions import ( ) from typing import List, Dict, Union, Optional -####### ENVIRONMENT VARIABLES ################### +####### ENVIRONMENT VARIABLES #################### dotenv.load_dotenv() # Loading env variables using dotenv sentry_sdk_instance = None capture_exception = None