lsymds / hetznercloud-py

Python SDK for the new Hetzner cloud
MIT License
30 stars 12 forks source link

Making the linter more happy ;) #29

Closed brejoc closed 5 years ago

brejoc commented 5 years ago

When opening up the project my linter shows a lot of warning. Fixed the most prominent things.

thlisym commented 5 years ago

Thanks! Though I'm not a big fan of having the imports on a separate lines. I think that is a personal choice rather than something that should be enforced. I will however change the for i in range statement and the random CRLF that is sitting there.

brejoc commented 5 years ago

Thanks! Though I'm not a big fan of having the imports on a separate lines. I think that is a personal choice rather than something that should be enforced.

If you are porting or refactoring software, this is a huge pita. This is a price, that might have to be paid later. Of course with the size of hetznercloud-py this is not yet exorbitant high.

brejoc commented 5 years ago

I'm closing this, since it's open for a long time.