sendgrid / sendgrid-python

The Official Twilio SendGrid Python API Library
https://sendgrid.com
MIT License
1.53k stars 712 forks source link

Updated README.md - fixed python ANTI-PATTERN in the code example #1074

Closed janfilips closed 10 months ago

janfilips commented 10 months ago

Anti-pattern

The following code is a well known python anti-pattern!

wildcard import * = bad!!!

from sendgrid.helpers.mail import *

Fixes

A short description of what this PR does.

Checklist

If you have questions, please file a support ticket.