iyzipay-python
iyzipay-python copied to clipboard
Replace the use of is not with string literals
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.