We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1417a96 commit 50d8637Copy full SHA for 50d8637
1 file changed
pdfkit/pdfkit.py
@@ -9,8 +9,8 @@
9
import codecs
10
try:
11
# Python 2.x and 3.x support for checking string types
12
- assert basestring
13
- assert unicode
+ basestring
+ unicode
14
except NameError:
15
basestring = str
16
unicode = str
0 commit comments