From: Shane Jaroch Date: Tue, 12 Dec 2023 18:02:18 +0000 (-0500) Subject: remove @todo, expand on other one X-Git-Tag: v0.2.8.dev0~59 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=55edab7c5dfa50a24abae2bd41c627fa0e26b88b;p=nutratech%2Fcli.git remove @todo, expand on other one --- diff --git a/ntclient/models/__init__.py b/ntclient/models/__init__.py index 7a8b378..f61f791 100644 --- a/ntclient/models/__init__.py +++ b/ntclient/models/__init__.py @@ -30,8 +30,8 @@ class Recipe: def process_data(self) -> None: """ Parses out the raw CSV input read in during self.__init__() - TODO: test this with an empty CSV file - @todo: CliConfig class, to avoid these non top-level import shenanigans + TODO: test this with an empty CSV file, one with missing or corrupt values + (e.g. empty or non-numeric grams or food_id) """ # Read into memory