mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
docs: Add comments linking to new events doc.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# See http://zulip.readthedocs.io/en/latest/events-system.html for
|
||||
# high-level documentation on how this system works.
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# See http://zulip.readthedocs.io/en/latest/events-system.html for
|
||||
# high-level documentation on how this system works.
|
||||
from __future__ import absolute_import
|
||||
from typing import Any, Callable, Optional
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# See http://zulip.readthedocs.io/en/latest/events-system.html for
|
||||
# high-level documentation on how this system works.
|
||||
from __future__ import absolute_import
|
||||
from typing import cast, AbstractSet, Any, Optional, Iterable, Sequence, Mapping, MutableMapping, Callable, Union, Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user