hercules-team / python-augeas

Python bindings for Augeas
GNU Lesser General Public License v2.1
44 stars 31 forks source link

Fix the majority of PEP8 issues #41

Closed ptoscano closed 5 years ago

ptoscano commented 6 years ago

Fix the majority of the PEP8 issues on all the .py files in the sources; some of the issues in test_augeas.py will be fixed by the work on the test, #40.

After this + #40, the only PEP8 issue left is:

test/test_augeas.py:13:1: E402 module level import not at top of file

which seems a valid use case, so not changing it for now (and it's just a test anyway).

thedrow commented 5 years ago

Thank you for your contribution.