Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Strömer committed Jun 19, 2024
1 parent 3cd59ad commit 2adbfc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/notebooks/custom_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@
"metadata": {},
"outputs": [],
"source": [
"results = iesopt.Results(file=\"ex_custom_results/out/CustomResults/SomeScenario.iesopt.result.jld2\")"
"results = iesopt.Results(\n",
" file=\"ex_custom_results/out/CustomResults/SomeScenario.iesopt.result.jld2\"\n",
")"
]
},
{
Expand Down

0 comments on commit 2adbfc1

Please sign in to comment.