]> git.ipfire.org Git - thirdparty/tornado.git/commit
style fix: 2 blank lines around top-level class and function defs
authorPierce Lopez <pierce.lopez@gmail.com>
Mon, 1 Jan 2018 19:43:18 +0000 (14:43 -0500)
committerPierce Lopez <pierce.lopez@gmail.com>
Mon, 1 Jan 2018 20:57:42 +0000 (15:57 -0500)
commit7e2fef9fb12097b49b066a4041ef0f216a25251b
treeccda49637f9192c80059d65dfc3c12f25afc5ee0
parent27bb4eab8db21bb59d7629b7ccdba6134b6110b7
style fix: 2 blank lines around top-level class and function defs

flake8 codes E302 and E305
16 files changed:
demos/benchmark/benchmark.py
demos/benchmark/gen_benchmark.py
demos/benchmark/stack_context_benchmark.py
demos/benchmark/template_benchmark.py
demos/s3server/s3server.py
demos/twitter/twitterdemo.py
demos/websocket/chatdemo.py
maint/scripts/custom_fixers/fix_future_imports.py
maint/scripts/test_resolvers.py
maint/test/appengine/common/cgi_runtests.py
maint/test/cython/pythonmodule.py
maint/test/redbot/red_test.py
maint/test/websocket/client.py
maint/test/websocket/server.py
maint/vm/windows/bootstrap.py
tornado/test/util.py