python-zulip-api/zulip/integrations/zephyr
Anders Kaseorg 5428c5f296 typing: Convert function type annotations to Python 3 style.
Generated by com2ann (slightly patched to avoid also converting
assignment type annotations, which require Python 3.6), followed by
some manual whitespace adjustment, and two fixes for use-before-define
issues:

-    def set_zulip_client(self, zulipToJabberClient: ZulipToJabberBot) -> None:
+    def set_zulip_client(self, zulipToJabberClient: 'ZulipToJabberBot') -> None:

-def init_from_options(options: Any, client: Optional[str] = None) -> Client:
+def init_from_options(options: Any, client: Optional[str] = None) -> 'Client':

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-04-18 20:31:14 -07:00
..
check-mirroring typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
process_ccache Modernize legacy Python 2 syntax with pyupgrade. 2020-04-18 15:04:36 -07:00
requirements.txt zulip package: Add requirements.txt for each integration. 2017-09-12 01:39:21 -07:00
sync-public-streams typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
zephyr_mirror.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
zephyr_mirror_backend.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
zmirror-renew-kerberos api: Move the API package to a dedicated subdirectory. 2017-07-18 02:20:32 -02:30
zmirror_private.conf.template zephyr_mirror: Move stamp_path to not be based on root_path. 2017-10-05 12:37:49 -07:00