softprops / muxup

demo meetup api python app
6 stars 1 forks source link

Project is not PEP 8 compliant #2

Open nueverest opened 10 years ago

nueverest commented 10 years ago

Copying and pasting code here: http://pep8online.com/ will reveal what's non-compliant.

Solution: Code can be auto formatted by using autopep8 https://pypi.python.org/pypi/autopep8/

softprops commented 10 years ago

pull requests are welcome!