openapi: Remove unused document_events member.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-11 19:02:56 -07:00 committed by Tim Abbott
parent 4990e6d479
commit 1d1149903b
1 changed files with 0 additions and 1 deletions

View File

@ -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