]> Nutra Git (v2) - nutratech/cli.git/commitdiff
remove @todo, expand on other one
authorShane Jaroch <chown_tee@proton.me>
Tue, 12 Dec 2023 18:02:18 +0000 (13:02 -0500)
committerShane Jaroch <chown_tee@proton.me>
Tue, 12 Dec 2023 18:02:35 +0000 (13:02 -0500)
ntclient/models/__init__.py

index 7a8b378e5cd3506b958ce30378e2dd66a683e0a2..f61f79103401e6184e24bdbe82c19b4cb34be349 100644 (file)
@@ -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