Skip to content

Commit 83e25d3

Browse files
authored
chore: Clean up sendgrid.py (#844)
1 parent 5f251e8 commit 83e25d3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

sendgrid/sendgrid.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
2-
This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via
3-
Python.
2+
This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Python.
43
54
For more information on this library, see the README on GitHub.
65
http://github.com/sendgrid/sendgrid-python
@@ -12,9 +11,7 @@
1211
This file provides the Twilio SendGrid API Client.
1312
"""
1413

15-
1614
import os
17-
import warnings
1815

1916
import python_http_client
2017

0 commit comments

Comments
 (0)