Skip to content

Commit cb3efad

Browse files
committed
fix lint failure
1 parent 3a94abf commit cb3efad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ async def execute_calls(session):
417417

418418
if partial_results_text:
419419
error_parts.append(
420-
f"Partial results from successful calls:\n"
420+
"Partial results from successful calls:\n"
421421
+ "\n".join(partial_results_text)
422422
)
423423

0 commit comments

Comments
 (0)