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

Fix syntax warning in session.py #207

Closed bluca closed 3 years ago

bluca commented 3 years ago

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

southpolesteve commented 3 years ago

@bluca Thanks for the PR. We have moved maintenance of this package to https://github.com/Azure/azure-sdk-for-python. Can you refile the PR over there?