closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Python 3.7 reserved keyword "async" conflicting with the pip version of the lib #100

Closed lucascharlesz closed 5 years ago

lucascharlesz commented 5 years ago

Guys, I would have made a pull request, but it seems that you didn't updated the repository with the latest version of the API published at Pip.

So, you must change the name of the variable due to it had become a reserved keyword in you init file: def init(self, base_url, api_key, tz_offset=None, async=False, max_retries=5):

philfreo commented 5 years ago

See https://github.com/closeio/closeio-api/issues/85 which is where we are tracking Python 3 support.