micro-fan / aiozk

Asyncio client for zookeeper
MIT License
49 stars 20 forks source link

Fix deprecation warning #74

Closed decaz closed 3 years ago

decaz commented 3 years ago

DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11.

https://docs.python.org/3/library/asyncio-task.html?highlight=wait#asyncio-example-wait-coroutine

rhdxmr commented 3 years ago

It looks good to me. I could not find anything wrong with this PR. @cybergrind Could you review this PR?