mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
style: drop inline comment
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
1da0836d17
commit
a7eb2d01be
1 changed files with 0 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue