Azure / azure-cosmos-python

🚨🚨🚨This SDK is now maintained at https://github.com/Azure/azure-sdk-for-python 🚨🚨🚨
https://github.com/Azure/azure-sdk-for-python
MIT License
150 stars 141 forks source link

SyntaxWarning: "is not" with a literal #195

Open pjachowi opened 4 years ago

pjachowi commented 4 years ago

During execution the Python3.8 interpreter gives a warning

azure/cosmos/session.py:186: SyntaxWarning: "is not" with a literal. Did you mean "!="? if session_token is not '':

https://github.com/Azure/azure-cosmos-python/blob/0d1343ca7df59bda60bb3ebb5242ec78201d76a2/azure/cosmos/session.py#L186