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

fix: Remove use of "async" as a variable #476

Merged
merged 1 commit into from
Aug 30, 2017

Conversation

tgockel
Copy link
Contributor

@tgockel tgockel commented Aug 24, 2017

The use of "async" and "await" as variable are deprecated in Python 3.7. This patch removes the use of "async" (there is no usage of "await" to fix).

Closes #455

The use of "async" and "await" as variable are deprecated in Python 3.7. This
patch removes the use of "async" (there is no usage of "await" to fix).

Closes python-zk#455
@jeffwidman jeffwidman merged commit fc51607 into python-zk:master Aug 30, 2017
@jeffwidman
Copy link
Member

Thank you!

@tgockel tgockel deleted the issue/455 branch August 30, 2017 02:50
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.

Remove the use of variables named async or await
2 participants