iyzipay-python icon indicating copy to clipboard operation
iyzipay-python copied to clipboard

Replace the use of is not with string literals

Open frbry opened this issue 3 years ago • 0 comments

In Python 3.8, a new warning is introduced when is/is not used with certain types of literals. More details here:

https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior

This PR fixes two occurrences of this.

frbry avatar Sep 14 '21 10:09 frbry