Skip to content

Commit

Permalink
Make the linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-white committed Dec 11, 2024
1 parent acb280f commit c20b499
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/new-build-checks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": null,
"id": "50b4f5b3-a5cc-40c4-93cb-f9f6a802145f",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -1962,7 +1962,8 @@
}
],
"source": [
"for exp in cat: print(f\"Experiment {exp:48s}: {len(cat[exp].df):7d} dataframe rows\")"
"for exp in cat:\n",
" print(f\"Experiment {exp:48s}: {len(cat[exp].df):7d} dataframe rows\")"
]
},
{
Expand Down

0 comments on commit c20b499

Please sign in to comment.