Skip to content

Commit

Permalink
chore: Clean up sendgrid.py (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-am authored Feb 26, 2020
1 parent 5f251e8 commit 83e25d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sendgrid/sendgrid.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,9 +11,7 @@
This file provides the Twilio SendGrid API Client.
"""


import os
import warnings

import python_http_client

Expand Down

0 comments on commit 83e25d3

Please sign in to comment.