python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

style: pep8 imports #463

Closed jeffwidman closed 7 years ago

jeffwidman commented 7 years ago

Made some style changes while reading through the code so that the imports match the style recommended in PEP-8. Also incorporates a few docstring style recommendations from PEP-257.

If these are different than the project's preferred style, please let me know, I am fine with not merging some/all of this.