From daaaf265cd1a648e4367b36be7c1fb127585050c Mon Sep 17 00:00:00 2001 From: spencer <swilbur@usgs.gov> Date: Tue, 10 Dec 2024 09:55:29 -0700 Subject: [PATCH] Ran lint --- geomagio/api/ws/filter.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geomagio/api/ws/filter.py b/geomagio/api/ws/filter.py index 95853f86..11c24dd0 100644 --- a/geomagio/api/ws/filter.py +++ b/geomagio/api/ws/filter.py @@ -39,7 +39,9 @@ def get_filter_data_query( description="`--` dynamically determines a necessary sampling period.", ), sampling_period: Union[SamplingPeriod, float] = Query( - SamplingPeriod.SECOND, alias="output_sampling_period", title="Output sampling period" + SamplingPeriod.SECOND, + alias="output_sampling_period", + title="Output sampling period", ), data_host: Union[DataHost, str] = Query( DataHost.DEFAULT, title="Data Host", description="Edge host to pull data from." -- GitLab