Skip to content

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

Merged
g3rzi merged 1 commit intocyberark:masterfrom
disconnect3d:patch-1
Jan 14, 2020
Merged

Support Py version where async is keyword: fix #11#14
g3rzi merged 1 commit intocyberark:masterfrom
disconnect3d:patch-1

Conversation

@disconnect3d
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

usage of invalid syntax python 3.7.4

2 participants