From a7eb2d01be67b97da869bb50248973837f086422 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 02:30:44 +0000 Subject: [PATCH] style: drop inline comment Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/proxy/proxy_server.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index de99047e44b..d90fadaf979 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -2491,9 +2491,6 @@ async def increment_spend_counters( ) async def _global_proxy_scope() -> None: - # The proxy-wide accumulator is the "litellm-proxy-budget" user row that - # db_spend_update_writer also accrues into, so it shares the user counter - # key space and reseeds from that row like any other user counter. if GLOBAL_PROXY_SPEND_COUNTER_KEY in reserved_counter_keys: return await _init_and_increment_spend_counter(