]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Rewrite imports with isort 3599/head
authorBen Darnell <ben@bendarnell.com>
Fri, 20 Mar 2026 03:05:22 +0000 (23:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 20 Mar 2026 03:05:22 +0000 (23:05 -0400)
commit3251ead3074e4c546ca8b35d86cbc47666423cd2
tree77a37af46c0755d9cff4d46afe193a86a84554b4
parentdff9d8d23aa569ab0f157a33c67c1b989fec78fb
*: Rewrite imports with isort

Today's type import changes have caused a lot of churn in the import
statements and we've never had a consistent style. Run a one-time
cleanup with isort to tidy things up. I'm not (currently) planning
to make this a CI-enforced rule.
63 files changed:
tornado/__init__.pyi
tornado/auth.py
tornado/autoreload.py
tornado/concurrent.py
tornado/curl_httpclient.py
tornado/escape.py
tornado/gen.py
tornado/http1connection.py
tornado/httpclient.py
tornado/httpserver.py
tornado/httputil.py
tornado/ioloop.py
tornado/iostream.py
tornado/locale.py
tornado/locks.py
tornado/log.py
tornado/netutil.py
tornado/options.py
tornado/platform/asyncio.py
tornado/platform/caresresolver.py
tornado/platform/twisted.py
tornado/process.py
tornado/queues.py
tornado/routing.py
tornado/simple_httpclient.py
tornado/tcpclient.py
tornado/tcpserver.py
tornado/template.py
tornado/test/asyncio_test.py
tornado/test/auth_test.py
tornado/test/autoreload_test.py
tornado/test/circlerefs_test.py
tornado/test/concurrent_test.py
tornado/test/curl_httpclient_test.py
tornado/test/escape_test.py
tornado/test/gen_test.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/httputil_test.py
tornado/test/import_test.py
tornado/test/ioloop_test.py
tornado/test/iostream_test.py
tornado/test/locale_test.py
tornado/test/locks_test.py
tornado/test/netutil_test.py
tornado/test/options_test.py
tornado/test/process_test.py
tornado/test/queues_test.py
tornado/test/routing_test.py
tornado/test/runtests.py
tornado/test/simple_httpclient_test.py
tornado/test/tcpclient_test.py
tornado/test/template_test.py
tornado/test/testing_test.py
tornado/test/util_test.py
tornado/test/web_test.py
tornado/test/websocket_test.py
tornado/test/wsgi_test.py
tornado/testing.py
tornado/util.py
tornado/web.py
tornado/websocket.py
tornado/wsgi.py