]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add type: ignore comments to make mypy happy
authorBen Darnell <ben@bendarnell.com>
Mon, 11 Apr 2016 00:59:58 +0000 (20:59 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 11 Apr 2016 00:59:58 +0000 (20:59 -0400)
commitb6998247702a960f0c73004a6b5f8ae775607c03
tree25ef386c1252a1dd9e4bbe42fc66dc49da80cc45
parent9f723211348f14a650f87c9c991260b387b18cb0
Add type: ignore comments to make mypy happy
30 files changed:
tornado/auth.py
tornado/autoreload.py
tornado/curl_httpclient.py
tornado/gen.py
tornado/httpclient.py
tornado/httputil.py
tornado/iostream.py
tornado/locale.py
tornado/netutil.py
tornado/platform/asyncio.py
tornado/platform/caresresolver.py
tornado/platform/interface.py
tornado/platform/twisted.py
tornado/platform/windows.py
tornado/process.py
tornado/template.py
tornado/test/concurrent_test.py
tornado/test/curl_httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/import_test.py
tornado/test/iostream_test.py
tornado/test/netutil_test.py
tornado/test/options_test.py
tornado/test/twisted_test.py
tornado/test/util.py
tornado/test/util_test.py
tornado/test/web_test.py
tornado/test/wsgi_test.py
tornado/testing.py
tornado/web.py