actions: Placate mypy 0.930.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-12-22 21:54:32 -08:00 committed by Tim Abbott
parent 95cddff39b
commit 575932f4e0
1 changed files with 1 additions and 1 deletions

View File

@ -7518,7 +7518,7 @@ def do_mark_hotspot_as_read(user: UserProfile, hotspot: str) -> None:
def notify_linkifiers(realm: Realm) -> None:
realm_linkifiers = linkifiers_for_realm(realm.id)
event = dict(type="realm_linkifiers", realm_linkifiers=realm_linkifiers)
event: Dict[str, object] = dict(type="realm_linkifiers", realm_linkifiers=realm_linkifiers)
send_event(realm, event, active_user_ids(realm.id))
# Below is code for backwards compatibility. The now deprecated