python-zulip-api/zulip/integrations
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
..
bridge_between_zulips Modernize legacy Python 2 syntax with pyupgrade. 2020-04-18 15:04:36 -07:00
bridge_with_irc typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
bridge_with_matrix typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
codebase typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
git typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
google typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
hg typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
jabber typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
jira python: Remove per-file copyright notices. 2020-03-23 12:52:52 -07:00
log2zulip typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
nagios integrations: Switch to python3. 2020-04-02 13:02:28 -04:00
openshift typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
perforce typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
rss typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
svn typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
trac typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
trello Modernize legacy Python 2 syntax with pyupgrade. 2020-04-18 15:04:36 -07:00
twitter typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
zephyr typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
__init__.py matrix tests: tweak import and add __init__.py to ensure tests run. 2018-08-08 17:26:15 -07:00