periods at end of bullet points
This commit is contained in:
@@ -119,12 +119,12 @@ dict_keys(['account_id', 'account_owner', 'amount', 'category', 'category_id', '
|
|||||||
|
|
||||||
|
|
||||||
Among the categories there are "Transfer", "Credit Card", and "Deposit": These aren't going to be useful in gleaning spending activity, so we'll refactor our `get_some_transactions` function to
|
Among the categories there are "Transfer", "Credit Card", and "Deposit": These aren't going to be useful in gleaning spending activity, so we'll refactor our `get_some_transactions` function to
|
||||||
1. skip transactions with those categories
|
1. skip transactions with those categories.
|
||||||
2. skip accounts with a subtype of "savings" or "cd".
|
2. skip accounts with a subtype of "savings" or "cd".
|
||||||
|
|
||||||
Let's also
|
Let's also
|
||||||
|
|
||||||
3. make sure to get all available transactions by using pagination
|
3. make sure to get all available transactions by using pagination.
|
||||||
4. just return transactions.
|
4. just return transactions.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user