1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-08 22:27:48 +02:00
wtfpython/irrelevant
cclauss a4776a6b67
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
```
2019-07-02 15:36:23 +02:00
..
add_categories A bit of code clean up 2018-01-22 18:49:09 +05:30
generate_contributions.py Use ==/!= to compare str, bytes, and int literals 2019-07-02 15:36:23 +02:00
generated.md A bit of code clean up 2018-01-22 18:49:09 +05:30
initial.md A bit of code clean up 2018-01-22 18:49:09 +05:30
parse_readme.py Fix Python 3 compatibility in the irrelevant code! (#86) 2018-06-22 01:17:51 +05:30