Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2024
1 parent 0bf3009 commit 7237673
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/notebooks/creating_a_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@
"source": [
"parameter_set = pybop.ParameterSet.pybamm(\"Marquis2019\")\n",
"\n",
"model = pybop.lithium_ion.SPM(\n",
" parameter_set=parameter_set\n",
")"
"model = pybop.lithium_ion.SPM(parameter_set=parameter_set)"
]
}
],
Expand Down

0 comments on commit 7237673

Please sign in to comment.