From 7b57e9883393b45d95d01a5bd56e127d6989b956 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 19 Apr 2024 15:40:30 -0400 Subject: [PATCH] add TODO --- ntclient/persistence/sql/usda/funcs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ntclient/persistence/sql/usda/funcs.py b/ntclient/persistence/sql/usda/funcs.py index 6ed5720..d8ba7fd 100644 --- a/ntclient/persistence/sql/usda/funcs.py +++ b/ntclient/persistence/sql/usda/funcs.py @@ -110,6 +110,7 @@ ORDER BY return list(rows) +# TODO: these functions are unused, replace `sql_sort_helper1` (above) with these two def sql_sort_foods(nutr_id: int) -> list: """Sort foods by nutr_id per 100 g""" -- 2.52.0