Skip to content

Commit 7b57e98

Browse files
committed
add TODO
1 parent ef62648 commit 7b57e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ntclient/persistence/sql/usda/funcs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def sql_sort_helper1(nutrient_id: int) -> list:
110110
return list(rows)
111111

112112

113+
# TODO: these functions are unused, replace `sql_sort_helper1` (above) with these two
113114
def sql_sort_foods(nutr_id: int) -> list:
114115
"""Sort foods by nutr_id per 100 g"""
115116

0 commit comments

Comments
 (0)