From c9b653322bab71d49e93727d23e9c5ccdff5ec47 Mon Sep 17 00:00:00 2001 From: Sergei Kasianenko <41939763+urchinpro@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:06:53 +0800 Subject: [PATCH] Update api/reports/sql_func.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- api/reports/sql_func.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/reports/sql_func.py b/api/reports/sql_func.py index cf1af7ae21..bddd76305a 100644 --- a/api/reports/sql_func.py +++ b/api/reports/sql_func.py @@ -109,6 +109,3 @@ def get_field_results(directions, input_field, fraction_field): rows = namedtuplefetchall(cursor) return rows - - -