style: format litellm/proxy/utils.py

Co-Authored-By: Ishaan Jaffer <155045088+ishaan-berri@users.noreply.github.com>
This commit is contained in:
Devin AI 2026-06-30 19:31:28 +00:00
parent 2a8855ea3d
commit 3b56ce0298

View file

@ -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,