From: Shane Jaroch Date: Fri, 19 Apr 2024 19:40:30 +0000 (-0400) Subject: add TODO X-Git-Tag: v0.2.8.dev2~8 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=7b57e9883393b45d95d01a5bd56e127d6989b956;p=nutratech%2Fcli.git add TODO --- 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"""