Skip to content

Commit c47d914

Browse files
committed
Remove wishlist field from ItemType model in item.py to streamline data structure.
1 parent 8bf1979 commit c47d914

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/api/item.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class ItemType(BaseModel):
3636
calories: float = None
3737
consumable: bool = False
3838
product_url: str = None
39-
wishlist: bool = None
4039
notes: str = None
4140

4241
acquired_date: str = None

0 commit comments

Comments
 (0)