JHertz5 / shopping_list

python script to generate shopping list from Google Sheets spreadsheet
GNU General Public License v3.0
1 stars 0 forks source link

Replace `for_list_of_X` functions with for loops #52

Closed JHertz5 closed 10 months ago

JHertz5 commented 10 months ago

These functions are not needed. It is more readable to just loop over the items.