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
The updated pep8 introduces a new E402. It doesn't seem too important, so maybe ignore it globally?
$ make flake
flake8 aiohttp tests examples
aiohttp/web_exceptions.py:48:1: E402 module level import not at top of file
aiohttp/web.py:19:1: E402 module level import not at top of file
aiohttp/web.py:21:1: E402 module level import not at top of file
aiohttp/web.py:22:1: E402 module level import not at top of file
aiohttp/web.py:23:1: E402 module level import not at top of file
aiohttp/web.py:24:1: E402 module level import not at top of file
aiohttp/helpers.py:331:5: W503 line break before binary operator
aiohttp/web_ws.py:3:1: E402 module level import not at top of file
aiohttp/web_ws.py:4:1: E402 module level import not at top of file
aiohttp/web_ws.py:6:1: E402 module level import not at top of file
aiohttp/web_ws.py:7:1: E402 module level import not at top of file
aiohttp/web_ws.py:8:1: E402 module level import not at top of file
aiohttp/web_ws.py:9:1: E402 module level import not at top of file
aiohttp/web_ws.py:10:1: E402 module level import not at top of file
aiohttp/web_ws.py:12:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:4:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:5:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:7:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:8:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:9:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:10:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:11:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:13:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:15:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:16:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:17:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:18:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:19:1: E402 module level import not at top of file
aiohttp/web_urldispatcher.py:20:1: E402 module level import not at top of file
aiohttp/multipart.py:629:13: W503 line break before binary operator
aiohttp/multipart.py:630:13: W503 line break before binary operator
aiohttp/multipart.py:707:26: W503 line break before binary operator
aiohttp/web_reqrep.py:3:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:4:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:5:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:6:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:7:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:8:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:9:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:10:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:11:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:12:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:13:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:15:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:17:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:18:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:19:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:21:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:22:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:23:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:27:1: E402 module level import not at top of file
aiohttp/web_reqrep.py:28:1: E402 module level import not at top of file
Makefile:8: recipe for target 'flake' failed
make: *** [flake] Error 1
The text was updated successfully, but these errors were encountered:
The updated pep8 introduces a new E402. It doesn't seem too important, so maybe ignore it globally?
The text was updated successfully, but these errors were encountered: