micro-fan / aiozk

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

Remove loop argument #39

Closed decaz closed 4 years ago

decaz commented 4 years ago

... and some other fixes.

Closes #38.

cybergrind commented 4 years ago

@decaz good work. could you please split this into two different PR's (or at least rebase to create two separate commits)? One with style changes (removing object, changing super calls to syntax without parameters) and another with loop-related changes.

decaz commented 4 years ago

@cybergrind I've moved all style changing commits into separate PR #40. Also I've turned back loop argument to asyncio.ensure_future and asyncio.open_connection.

cybergrind commented 4 years ago

@decaz uploaded as 0.18.0