Skip to content

Commit

Permalink
fixed string formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfonxu committed Nov 28, 2024
1 parent 4c9493b commit 86cf40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,6 @@ def test_show_anim_used_instead_of_matplotlib(notebook_filename):
show_anim_used = True
if matplot_used and not show_anim_used:
raise AssertionError(
"if using matplotlib for animations, please use open_atmos_jupyter_utils.show_anim()"
"""if using matplotlib for animations,
please use open_atmos_jupyter_utils.show_anim()"""
)

0 comments on commit 86cf40c

Please sign in to comment.