python-zulip-api/zulip/integrations/svn
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
..
post-commit typing: Remove ‘if False’ guard for typing imports. 2020-04-18 20:31:14 -07:00
requirements.txt zulip package: Add requirements.txt for each integration. 2017-09-12 01:39:21 -07:00
zulip_svn_config.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00