coinbase / coinbase-python

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

Bring style closer to pep8 #84

Closed JohnLZeller closed 5 years ago

JohnLZeller commented 5 years ago

This is a redo of #46, which just updates this library styling to come closer in line with PEP8 guidelines. I mostly just used autopep8, and set line lengths to 100. There are a lot of changes here, but as I mentioned, it's all styling.

@sds is there anything else you'd like done here? And thanks again for the response on my previous PR :)

sds commented 5 years ago

Looks good—thanks!