mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
style: apply ruff format to budget limits comprehension
This commit is contained in:
parent
9b30e73d07
commit
ffd23ab131
1 changed files with 1 additions and 2 deletions
|
|
@ -3599,8 +3599,7 @@ async def _budget_limits_with_usage(budget_limits: object, api_key_hash: str) ->
|
|||
if windows is None:
|
||||
return None
|
||||
return [ # mutable-ok: entries are awaited, so they cannot be built inside a frozen wrapper
|
||||
await _budget_limits_entry_with_usage(window=window, api_key_hash=api_key_hash)
|
||||
for window in windows
|
||||
await _budget_limits_entry_with_usage(window=window, api_key_hash=api_key_hash) for window in windows
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue