]> git.ipfire.org Git - thirdparty/tornado.git/commit
style fix: misc indent flake warnings
authorPierce Lopez <pierce.lopez@gmail.com>
Mon, 1 Jan 2018 20:27:34 +0000 (15:27 -0500)
committerPierce Lopez <pierce.lopez@gmail.com>
Tue, 2 Jan 2018 20:29:05 +0000 (15:29 -0500)
commit0a1565aba237d7a611d1e7dd6d5e47a2b166f21d
treec44fa8b79ad70bb1900a9ff65a63fec6418bfcd5
parentd72dc5433d5b5e6deb0695713479113abcb7861d
style fix: misc indent flake warnings

E126 continuation line over-indented for hanging indent
E128 continuation line under-indented for visual indent
E129 visually indented line with same indent as next logical line
maint/scripts/custom_fixers/fix_future_imports.py
maint/test/websocket/server.py
tornado/gen.py
tornado/http1connection.py
tornado/ioloop.py
tornado/tcpclient.py
tornado/test/runtests.py
tornado/web.py