Skip to content

Fix SyntaxWarning with python 3.8 due to using "is" in a literal comparison

Bitbucket Importer requested to merge bitbucket/merged-pr-365 into branch/3.1

Created originally on Bitbucket by aerostitch

Was already merged in Bitbucket before import, marked as merged by the import user

Hi,

This PR fixes a SyntaxWarning you get when running openpyxl with python 3.8 due to using "is" in a literal comparison

The warning was:

SyntaxWarning: "is" with a literal. Did you mean "=="?

Thanks,

Joseph

Merge request reports