From a6a37350954caba750635c6170a015f0769470f4 Mon Sep 17 00:00:00 2001 From: Jeremiah Hammond <106247774+JerryHamm@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:33:42 -0600 Subject: [PATCH] Update tasks.py --- api/wx/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/wx/tasks.py b/api/wx/tasks.py index 9733943..8271cae 100644 --- a/api/wx/tasks.py +++ b/api/wx/tasks.py @@ -1998,4 +1998,4 @@ def process_wave_data(station_id, e_datetime, data, seconds): reads = df[cols].values.tolist() - return reads \ No newline at end of file + return reads