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
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 '':
azure-cosmos-python/azure/cosmos/session.py
Line 186 in 0d1343c