Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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