We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef62648 commit 7b57e98Copy full SHA for 7b57e98
ntclient/persistence/sql/usda/funcs.py
@@ -110,6 +110,7 @@ def sql_sort_helper1(nutrient_id: int) -> list:
110
return list(rows)
111
112
113
+# TODO: these functions are unused, replace `sql_sort_helper1` (above) with these two
114
def sql_sort_foods(nutr_id: int) -> list:
115
"""Sort foods by nutr_id per 100 g"""
116
0 commit comments