spulec / pep8ify

A library that modifies python source code to conform to pep8.
Apache License 2.0
118 stars 12 forks source link

incorrect handling of class decorators #3

Closed PaulMcMillan closed 12 years ago

PaulMcMillan commented 12 years ago

pep8ify doesn't seem to handle class decorators correctly... It inserts 2 spaces between the decorator and the class definition.