Skip to content

Commit 3ca3f58

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 03b829c commit 3ca3f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/process-benchmarks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"format = '%Y-%M-%dT%H:%M:%S'\n",
246246
"now = datetime.now().replace(tzinfo=timezone.utc).strftime(format)\n",
247247
"\n",
248-
"Path(f\"results.json\").write_text(json.dumps(json_results, indent=2))\n",
248+
"Path(\"results.json\").write_text(json.dumps(json_results, indent=2))\n",
249249
"Path(f\"results-{now}.json\").write_text(json.dumps(json_results, indent=2))\n",
250250
"\n",
251251
"print(json_results[-1], len(json_results))\n",

0 commit comments

Comments
 (0)