zulip/zerver/data_import
Anders Kaseorg 3ffed617a2 mypy: Type simple generators as Iterator, not Iterable.
A generator that yields values without receiving or returning them is
an Iterator.  Although every Iterator happens to be iterable, Iterable
is a confusing annotation for generators because a generator is only
iterable once.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-23 11:29:54 -07:00
..
__init__.py
gitter.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
hipchat.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
hipchat_attachment.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
hipchat_user.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
import_util.py mypy: Type simple generators as Iterator, not Iterable. 2020-06-23 11:29:54 -07:00
mattermost.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
mattermost_user.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
sequencer.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
slack.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
slack_message_conversion.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00