notify-api-387 scan projects for unused code

This commit is contained in:
Kenneth Kehl
2023-08-08 12:12:15 -07:00
parent 5afecc2210
commit d36c70ed16
3 changed files with 3 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ def get_notifications_as_json(service_id, message_type=None):
endpoint="view_notifications_csv"
)
@user_has_permissions()
def get_notifications(service_id, message_type, status_override=None):
def get_notifications(service_id, message_type, status_override=None): # noqa
# TODO get the api to return count of pages as well.
page = get_page_from_request()
if page is None: