sendgrid / python-http-client

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

Small optimization #7

Closed mbernier closed 8 years ago

mbernier commented 8 years ago

move all the repeated reset code into the reset method. The only question I had was whether there are repercussions to having

    self._response_body = None
    self._response_headers = None

In the _reset() method.

thinkingserious commented 8 years ago

Fixed with pull #9