style: format code

This commit is contained in:
RC-CHN
2026-02-17 17:26:37 +08:00
parent 591803d407
commit 707db768ea
+3 -1
View File
@@ -276,7 +276,9 @@ class SkillsRoute(Route):
benchmark_id=data.get("benchmark_id"),
report=data.get("report"),
)
logger.info(f"[Neo] Candidate evaluated: id={candidate_id}, passed={passed}")
logger.info(
f"[Neo] Candidate evaluated: id={candidate_id}, passed={passed}"
)
return Response().ok(_to_jsonable(result)).__dict__
return await self._with_neo_client(_do)