From 4edd36d6c757f1aa1afe2456cd568fccb41fd3c8 Mon Sep 17 00:00:00 2001 From: FloraSauerbronn Date: Tue, 23 Jul 2024 12:45:33 -0300 Subject: [PATCH] fix end of file --- tests/test_plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plotting.py b/tests/test_plotting.py index c460c02..4e5fed9 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -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 \ No newline at end of file + return fig