This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Description
I just tried to reinstall the YNAB client and got an error message because many classes and funtion use the async keyword. I think that Python interpreted those as an instance of the general async keyword (see here: https://stackabuse.com/python-async-await-tutorial/). Replacing async with async_ in all files solved the problem.