Skip to content

Commit 10dcfda

Browse files
committed
Remove saturated fat key from required elements
We're setting this to 0 anyway if it's not available
1 parent 7d98756 commit 10dcfda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wger/nutrition/off.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from wger.utils.constants import ODBL_LICENSE_ID
2727
from wger.utils.models import AbstractSubmissionModel
2828

29-
3029
OFF_REQUIRED_TOP_LEVEL = [
3130
'product_name',
3231
'code',
@@ -36,7 +35,6 @@
3635
'proteins_100g',
3736
'carbohydrates_100g',
3837
'fat_100g',
39-
'saturated-fat_100g',
4038
]
4139

4240

0 commit comments

Comments
 (0)