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

Problem with async keyword #13

Open
@fabianmoss

Description

@fabianmoss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions