mirror of https://github.com/zulip/zulip.git
ecfa397567
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. |
||
---|---|---|
.. | ||
__init__.py | ||
application.py | ||
descriptors.py | ||
event_queue.py | ||
handlers.py | ||
ioloop_logging.py | ||
socket.py | ||
views.py |