viennacl / pyviennacl-dev

Developer repository for PyViennaCL. Visit http://viennacl.sourceforge.net/ for latest releases.
MIT License
32 stars 6 forks source link

PEP8 fixes, remove unused imports #8

Closed inducer closed 10 years ago

inducer commented 10 years ago

I'll use this mini-pull-request to draw your attention to PEP8, which I'd encourage you to adopt.

-Andreas

tsmithe commented 10 years ago

Sure, I'll merge this now. I have always endeavoured to be mostly compliant with PEP8, but I don't believe in blindly following aesthetic guides like that; for instance, I think that my versions of lines 82 and 203 is more readable, because I prefer having spaces around operators. So I will continue writing code with those spaces.