mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
style: format litellm/proxy/utils.py
Co-Authored-By: Ishaan Jaffer <155045088+ishaan-berri@users.noreply.github.com>
This commit is contained in:
parent
2a8855ea3d
commit
3b56ce0298
1 changed files with 3 additions and 1 deletions
|
|
@ -5195,7 +5195,9 @@ class ProxyUpdateSpend:
|
|||
else:
|
||||
for j in range(0, len(logs_to_process), BATCH_SIZE):
|
||||
batch = logs_to_process[j : j + BATCH_SIZE]
|
||||
batch_with_dates = [prisma_client.jsonify_object(_strip_null_bytes(entry)) for entry in batch]
|
||||
batch_with_dates = [
|
||||
prisma_client.jsonify_object(_strip_null_bytes(entry)) for entry in batch
|
||||
]
|
||||
await _create_spend_logs_with_poison_isolation(
|
||||
SpendLogsRepository(prisma_client),
|
||||
batch_with_dates,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue