fix formatting

This commit is contained in:
Sarah Wooders 2025-06-02 21:17:03 -07:00
parent 7f3dc2225e
commit 53146a381e
2 changed files with 2 additions and 2 deletions

View File

@ -238,4 +238,4 @@ async def poll_running_llm_batches(server: "SyncServer") -> List[LettaBatchRespo
logger.exception("[Poll BatchJob] Unhandled error in poll_running_llm_batches", exc_info=e)
finally:
# 7. Log metrics summary
metrics.log_summary()
metrics.log_summary()

View File

@ -252,4 +252,4 @@ async def shutdown_scheduler_and_release_lock():
try:
scheduler.shutdown(wait=False)
except:
pass
pass