diff --git a/geomagio/api/ws/filter.py b/geomagio/api/ws/filter.py index d99793f7c7e109a563aaee720304780e02566c4f..c24546be2bab20021fa980c5b0d2e77c635331a0 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