From 775c2488c4bdf4813dcde00643194eb3bbc74119 Mon Sep 17 00:00:00 2001 From: Dominic Schwarz <33660915+Dnic94@users.noreply.github.com> Date: Thu, 24 Feb 2022 20:55:45 +0100 Subject: [PATCH] MOD remove comments commit suggestion from @coddingtonbear Co-authored-by: Adam Coddington --- myfitnesspal/client.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/myfitnesspal/client.py b/myfitnesspal/client.py index baa4fef..019da85 100644 --- a/myfitnesspal/client.py +++ b/myfitnesspal/client.py @@ -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."""