We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717287b commit 0cdcb2cCopy full SHA for 0cdcb2c
sendgrid/helpers/mail/email.py
@@ -18,7 +18,7 @@
18
html_entity_decode = __html_parser__.unescape
19
20
try:
21
- basestring = unicode
+ basestring = basestring
22
except NameError:
23
# Define basestring when Python >= 3.0
24
basestring = str
0 commit comments