mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
style(proxy): justify the blanket except in window_from_table for the BLE001 gate
This commit is contained in:
parent
b9835941d0
commit
f962a1188e
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ class SpendCounterReseed:
|
|||
}
|
||||
}
|
||||
)
|
||||
except Exception:
|
||||
except Exception: # noqa: BLE001 # any read failure (DB, stale prisma client) must degrade to the aggregate path
|
||||
verbose_proxy_logger.exception(
|
||||
"SpendCounterReseed.window_from_table: failed for %s=%s window=%s",
|
||||
entity_type,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue