diff --git a/sendgrid/sendgrid.py b/sendgrid/sendgrid.py index d2450522a..bc1454d28 100644 --- a/sendgrid/sendgrid.py +++ b/sendgrid/sendgrid.py @@ -1,6 +1,5 @@ """ -This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via -Python. +This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Python. For more information on this library, see the README on GitHub. https://github.com/sendgrid/sendgrid-python @@ -12,9 +11,7 @@ This file provides the Twilio SendGrid API Client. """ - import os -import warnings import python_http_client