sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
126 stars 101 forks source link

Make this repo conform to PEP8 standards #64

Closed mbernier closed 6 years ago

mbernier commented 7 years ago

Issue Summary

It looks like we're breaking all the rules - https://codeclimate.com/github/sendgrid/python-http-client/issues

Please update the code to fit PEP8 standards.

jlindenger commented 7 years ago

I spent a few minutes knocking out your PEP8 issues. There were a few more in there that I didn't see showing up on CodeClimate as well.

Madhur96 commented 7 years ago

I want to work on this