From 107b1cd8fd0954143ab57ea179af0500fbce455d Mon Sep 17 00:00:00 2001 From: spencer <swilbur@usgs.gov> Date: Wed, 21 Aug 2024 11:07:24 -0600 Subject: [PATCH] Ran lint --- geomagio/api/ws/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomagio/api/ws/filter.py b/geomagio/api/ws/filter.py index d99793f7..c24546be 100644 --- a/geomagio/api/ws/filter.py +++ b/geomagio/api/ws/filter.py @@ -61,4 +61,4 @@ def get_timeseries(data_factory: TimeseriesFactory, query: FilterApiQuery) -> St type=query.data_type, interval=TimeseriesUtility.get_interval_from_delta(query.input_sampling_period), ) - return timeseries \ No newline at end of file + return timeseries -- GitLab