deanmcgregor / ynab-python

Auto-Generated Python API for YNAB
98 stars 41 forks source link

Rename async to use_async for py3.7 compat #4

Closed idwagner closed 5 years ago

idwagner commented 6 years ago

Rename async param in api requests to use_async. Async is now a reserved word in Python 3.7. Fixes #3