From 271ff5f76488210043ea9e70d664de1f53fd5af4 Mon Sep 17 00:00:00 2001 From: Aman Mehta Date: Wed, 9 Oct 2019 18:38:13 +0530 Subject: [PATCH 1/2] Update Sendgrid.py Minor Change --- sendgrid/sendgrid.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sendgrid/sendgrid.py b/sendgrid/sendgrid.py index d2450522a..9f23ea95a 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 @@ -15,10 +14,8 @@ import os import warnings - import python_http_client - class SendGridAPIClient(object): """The Twilio SendGrid API Client. From 14694a5449fa402d56f62c66d5234647e81dbdd5 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Wed, 26 Feb 2020 09:09:16 -0600 Subject: [PATCH 2/2] Update sendgrid.py --- sendgrid/sendgrid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sendgrid/sendgrid.py b/sendgrid/sendgrid.py index 9f23ea95a..bc1454d28 100644 --- a/sendgrid/sendgrid.py +++ b/sendgrid/sendgrid.py @@ -11,11 +11,11 @@ This file provides the Twilio SendGrid API Client. """ - import os -import warnings + import python_http_client + class SendGridAPIClient(object): """The Twilio SendGrid API Client.