Skip to content

Commit

Permalink
fix end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
FloraSauerbronn committed Jul 23, 2024
1 parent 1ed0776 commit 4edd36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ def test_plot_transect_size(glider_data):
def test_plot_ctd(glider_data):
"""Test plot_ctd accessor."""
fig, ax = plot_ctd(glider_data, 0, var="temperature")
return fig
return fig

0 comments on commit 4edd36d

Please sign in to comment.