fix(backend): 🐛 Fix CI/CD Linting Failures

This commit is contained in:
hay-kot
2021-08-23 15:33:39 -08:00
parent abb0b84e22
commit d1a7ec3b95
15 changed files with 48 additions and 37 deletions

View File

@@ -48,7 +48,7 @@ class MealPlanIn(CamelModel):
class MealPlanOut(MealPlanIn):
uid: int
id: int
shopping_list: Optional[int]
class Config: