Closed aptalca closed 4 years ago
Python 3.8 is now displaying a warning when is is used with a literal.
Here are the relevant errors with 2.4.0:
/usr/lib/python3.8/site-packages/digitalocean/LoadBalancer.py:19: SyntaxWarning: "is" with a literal. Did you mean "=="? if type is 'cookies':
See python/cpython#9642 for more info
Python 3.8 is now displaying a warning when is is used with a literal.
Here are the relevant errors with 2.4.0:
See python/cpython#9642 for more info