This commit is contained in:
Michael Genson
2026-02-22 05:50:53 +00:00
parent 3af9b05bd8
commit fedd1d9eb6
2 changed files with 0 additions and 6 deletions

View File

@@ -132,9 +132,6 @@ class IngredientFood(CreateIngredientFood):
except AttributeError:
return v
def is_on_hand(self, household_slug: str) -> bool:
return household_slug in self.households_with_tool
class IngredientFoodPagination(PaginationBase):
items: list[IngredientFood]

View File

@@ -32,9 +32,6 @@ class RecipeToolOut(RecipeToolCreate):
except AttributeError:
return v
def is_on_hand(self, household_slug: str) -> bool:
return household_slug in self.households_with_tool
@classmethod
def loader_options(cls) -> list[LoaderOption]:
return [