mirror of https://github.com/zulip/zulip.git
openapi: Remove unused document_events member.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4990e6d479
commit
1d1149903b
|
@ -26,7 +26,6 @@ class OpenAPISpec():
|
|||
self.data: Dict[str, Any] = {}
|
||||
self.regex_dict: Dict[str, str] = {}
|
||||
self.core_data: Any = None
|
||||
self.documented_events: Set[str] = set()
|
||||
|
||||
def check_reload(self) -> None:
|
||||
# Because importing yamole (and in turn, yaml) takes
|
||||
|
|
Loading…
Reference in New Issue