hayd / pep8radius

PEP8 clean only the parts of the files touched since the last commit, a previous commit or (the merge-base of) a branch.
MIT License
183 stars 9 forks source link

Py3 notimplemented bug and empty diff newlines #42

Closed hayd closed 10 years ago

hayd commented 10 years ago

previously an empty diff had a new line for each pass. Should obviously just be ''.

(should add unit test for the no lines thing...)