You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flake8 testing of https://github.com/jupyter/kernel_gateway on Python 3.8.0
$ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
./kernel_gateway/notebook_http/request_utils.py:68:18: F632 use ==/!= to compare str, bytes, and int literals
body = '' if body is b'' or body is None else body.decode(encoding='UTF-8')
^
1 F632 use ==/!= to compare str, bytes, and int literals
1
```
0 commit comments