TheBigW / DRC

Digital Room Correction plugin for rhythmbox
GNU General Public License v3.0
39 stars 1 forks source link

optimize imports, pep8 cleanup #13

Closed fossfreedom closed 9 years ago

fossfreedom commented 9 years ago

Hi,

I was just examining stuff using pyflakes3 and pep8 - both useful stuff - to analyse the python compatibility of a project and they were throwing lots of errors.

So I ran through the project with pycharm cleanup stuff and this fixed a whole bunch of issues.

I've also tidied some redundant and non pep8 code assignments i.g. == None --> is None

Anyway - have a look through - accept, reject as you see fit

TheBigW commented 9 years ago

perfect! I really should make those tools the default for my python projects - especially as I consider myself still a bloody python beginner!