zulip/zerver/tornado
Reid Barton ecfa397567 Fix several type annotations for mypy 0.4.6 compatibility.
A few functions had arguments removed without having their type
annotations updated accordingly. As a result mypy version 0.4.6
thinks that the first type in the annotation is supposed to be
the type of `self`, a new mypy feature which we are not intending
to use here.
2016-12-03 13:45:52 -08:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py pep8: Fix E124 violations 2016-12-01 14:18:11 -08:00
descriptors.py pep8: Fix E701 violations. 2016-11-30 20:45:09 +00:00
event_queue.py Fix several type annotations for mypy 0.4.6 compatibility. 2016-12-03 13:45:52 -08:00
handlers.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
ioloop_logging.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
socket.py tornado: Move event_queue.py to zerver/tornado/. 2016-11-26 22:29:28 -08:00
views.py tornado: Move event_queue.py to zerver/tornado/. 2016-11-26 22:29:28 -08:00