]> Nutra Git (v2) - nutratech/cli.git/commitdiff
add TODO
authorShane Jaroch <chown_tee@proton.me>
Fri, 19 Apr 2024 19:40:30 +0000 (15:40 -0400)
committerShane Jaroch <chown_tee@proton.me>
Fri, 19 Apr 2024 19:40:30 +0000 (15:40 -0400)
ntclient/persistence/sql/usda/funcs.py

index 6ed57202deb38f53002982e331bd9e0cab4e4369..d8ba7fd217871c26d211d1e50ede59b62670f7bf 100644 (file)
@@ -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"""