Skip to content

Commit 308a41e

Browse files
committed
chore: Remove unused f prefix
1 parent a40fe34 commit 308a41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents_mcp_usage/evaluations/mermaid_evals/scripts/preprocess_merbench_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def main():
180180
if not csv_path.is_absolute():
181181
csv_path = project_root / csv_path
182182
else:
183-
csv_path = project_root / "mermaid_eval_results" / f"latest_combined_results.csv"
183+
csv_path = project_root / "mermaid_eval_results" / "latest_combined_results.csv"
184184

185185
if args.output_json:
186186
output_path = Path(args.output_json)

0 commit comments

Comments
 (0)