Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Py version where async is keyword: fix #11 #14

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

disconnect3d
Copy link
Contributor

This commit changes async=None -> async_=None to support Python versions where async is a keyword.

Fixes #11

This commit changes `async=None` -> `async_=None` to support Python versions where `async` is a keyword.

Fixes cyberark#11
@g3rzi g3rzi merged commit 9eda197 into cyberark:master Jan 14, 2020
@g3rzi
Copy link
Contributor

g3rzi commented Jan 14, 2020

Thanks, I also change it from async_ to async_req to be more clear.
bed6dc0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

usage of invalid syntax python 3.7.4
2 participants