diff --git a/enterprise/litellm_enterprise/enterprise_callbacks/send_emails/base_email.py b/enterprise/litellm_enterprise/enterprise_callbacks/send_emails/base_email.py index 5d186924f4..1fe82c2c18 100644 --- a/enterprise/litellm_enterprise/enterprise_callbacks/send_emails/base_email.py +++ b/enterprise/litellm_enterprise/enterprise_callbacks/send_emails/base_email.py @@ -1,5 +1,5 @@ """ -Base class for sending emails to user after creating keys or invite links. +Base class for sending emails to user after creating keys or invite links """ diff --git a/litellm/proxy/auth/auth_checks.py b/litellm/proxy/auth/auth_checks.py index 10697af025..309bd57760 100644 --- a/litellm/proxy/auth/auth_checks.py +++ b/litellm/proxy/auth/auth_checks.py @@ -1941,7 +1941,7 @@ async def _virtual_key_soft_budget_check( proxy_logging_obj: ProxyLogging, ): """ - Triggers a budget alert if the token is over it's soft budget + Triggers a budget alert if the token is over it's soft budget. """