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 Jul 1, 2023
1 parent 98e39e6 commit 0d3a0a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ def test_notebook(path, executable="python"):
print("\n" + "-" * 70)
print("ERROR")
print("-" * 70)
print("Installation command %pip install pybamm[all] -q not found in notebook")
print(
"Installation command %pip install pybamm[all] -q not found in notebook"
)
print("-" * 70)
return False

Expand Down

0 comments on commit 0d3a0a1

Please sign in to comment.