coinbase / coinbase-python

DEPRECATED — Coinbase Python API
Apache License 2.0
528 stars 217 forks source link

Bring style closer to pep8 #46

Closed JohnLZeller closed 6 years ago

JohnLZeller commented 7 years ago

This library had many pep8 violations, and was using 2-space indents. This brings the code closer in line with pep8 styling, and uses 4-space indents, as it's the most common among Python packages.

I've run all unit tests and they pass with flying colors.

Two outstanding questions I have:

I realize it's a lot of changes, but it's all styling. Let me know if you have any questions @maksim-s :)

sds commented 6 years ago

Thanks for this! Closing as at this time this contains a number of conflicts. Happy to merge a rebased PR!