Skip to content

Commit 554ae58

Browse files
committed
fix trunk issues
Signed-off-by: Fabian von Feilitzsch <[email protected]>
1 parent 82cfcf3 commit 554ae58

File tree

1 file changed

+1
-1
lines changed
  • kai_mcp_solution_server/src/kai_mcp_solution_server

1 file changed

+1
-1
lines changed

kai_mcp_solution_server/src/kai_mcp_solution_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ async def tool_get_best_hint(
819819
if result:
820820
logger.info(f"[RESPONSE] get_best_hint - Found hint ID: {result.hint_id}")
821821
else:
822-
logger.info(f"[RESPONSE] get_best_hint - No hint found")
822+
logger.info("[RESPONSE] get_best_hint - No hint found")
823823
return result
824824

825825

0 commit comments

Comments
 (0)