ezwiefel / python-ynab-api

A pythonic, object-oriented package to interact with the YNAB API
MIT License
0 stars 0 forks source link

Getting Transactions should always return a List, even if only one transaction is found #1

Open ezwiefel opened 7 months ago

ezwiefel commented 7 months ago

https://github.com/ezwiefel/python-ynab-api/blob/5427fb19e34a284910666ad6063da0583b19c85d/ynab/__transactions.py#L149-L156

Essentially wrap 156 in a list and update the type hints

ezwiefel commented 7 months ago

Look for other places this is happening