pdfme
pdfme copied to clipboard
"is" used with a literal
There seems to be some kind of error here:
pdfme/color.py:233: SyntaxWarning: "is" with a literal. Did you mean "=="?
if color is '':
either this check is useless and could be removed, or this is a bug and should be changed to ==