We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f251e8 commit 83e25d3Copy full SHA for 83e25d3
1 file changed
sendgrid/sendgrid.py
@@ -1,6 +1,5 @@
1
"""
2
-This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via
3
-Python.
+This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Python.
4
5
For more information on this library, see the README on GitHub.
6
http://github.com/sendgrid/sendgrid-python
@@ -12,9 +11,7 @@
12
11
This file provides the Twilio SendGrid API Client.
13
14
15
-
16
import os
17
-import warnings
18
19
import python_http_client
20
0 commit comments