diff --git a/tests/test_plotting.py b/tests/test_plotting.py index be5430b..c460c02 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -11,7 +11,7 @@ import pytest from gliderpy.fetchers import GliderDataFetcher -from gliderpy.plotting import plot_track, plot_transect, plot_ctd +from gliderpy.plotting import plot_ctd, plot_track, plot_transect root = Path(__file__).parent