From d8663efeab0866576b25aecdf335ff5c405d49ef Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 15 Dec 2025 10:25:22 -0800 Subject: [PATCH] Revert "Base commit" This reverts commit 1186cc69664dc153b8d218a62a1c1a606b45a4b9. --- .../enterprise_callbacks/send_emails/base_email.py | 2 +- litellm/proxy/auth/auth_checks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. """