Use ==/!= to compare str, bytes, and int literals
Identity is not the same thing as equality in Python.
$ __[flake8](http://flake8.pycqa.org) . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
if resp.status_code is 200:
^
1 F632 use ==/!= to compare str, bytes, and int literals
1
``` C
cclauss committed
a4776a6b672d4fd0f1c4b91e8ca07ddb4537faae
Parent: a83349d
Committed by GitHub <noreply@github.com>
on 7/2/2019, 1:36:23 PM