Skip to content

Commit

Permalink
MOD remove comments
Browse files Browse the repository at this point in the history
commit suggestion from @coddingtonbear

Co-authored-by: Adam Coddington <[email protected]>
  • Loading branch information
Dnic94 and coddingtonbear committed Feb 24, 2022
1 parent 85d3fe5 commit 775c248
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions myfitnesspal/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,20 +975,6 @@ def set_new_goal(
percent_carbohydrates: float = None,
percent_protein: float = None,
percent_fat: float = None,
# TODO Add micro nutritions
# saturated_fat: float = None,
# polyunsaturated_fat: float = None,
# monounsaturated_fat: float = None,
# trans_fat: float = None,
# fiber: float = None,
# sugar: float = None,
# cholesterol: float = None,
# sodium: float = None,
# potassium: float = None,
# vitamin_a: float = None,
# vitamin_c: float = None,
# calcium: float = None,
# iron: float = None,
assign_exercise_energy="nutrient_goal",
):
"""Function to update your nutrition goals. Function will return True if successful."""
Expand Down

0 comments on commit 775c248

Please sign in to comment.