From 55edab7c5dfa50a24abae2bd41c627fa0e26b88b Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Tue, 12 Dec 2023 13:02:18 -0500 Subject: [PATCH] remove @todo, expand on other one --- ntclient/models/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.52.0