zooniverse/panoptes-python-client

SyntaxWarnings for 'is (not)' vs '=='/'!='

Closed this issue · 0 comments

/usr/src/panoptes-python-client/panoptes_client/panoptes.py:529: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if grant_type is 'password':
/usr/src/panoptes-python-client/panoptes_client/panoptes.py:709: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  and name is not 'id'