Remove optional state of ApplicationService.is_interested's store parameter (#11911)

This commit is contained in:
Andrew Morgan 2022-02-07 18:26:42 +00:00 committed by GitHub
parent 314ca4c86d
commit cf06783d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 25 deletions

View file

@ -649,7 +649,7 @@ class ApplicationServicesHandler:
"""Retrieve a list of application services interested in this event.
Args:
event: The event to check. Can be None if alias_list is not.
event: The event to check.
Returns:
A list of services interested in this event based on the service regex.
"""