removed extra comma typo

This commit is contained in:
Alejandro Tapia 2026-02-24 17:37:00 -08:00
parent 3f1554c099
commit b1423bc8bf

View file

@ -746,7 +746,7 @@ async def _perform_health_check_and_save(
cli_model=cli_model,
model=target_model,
details=details,
max_concurrency=max_concurrency,,
max_concurrency=max_concurrency,
model_id=model_id,
)