From 7de2bc895c80ad2a2512c3cc7e5aa0b045ac8e2f Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Mon, 27 Mar 2023 22:55:34 +0200 Subject: [PATCH] Add TODOs --- securedrop/journalist_app/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/securedrop/journalist_app/utils.py b/securedrop/journalist_app/utils.py index 6658a16e8e..7ef816ebb3 100644 --- a/securedrop/journalist_app/utils.py +++ b/securedrop/journalist_app/utils.py @@ -54,6 +54,7 @@ def commit_account_changes(user: Journalist) -> None: flash(gettext("Account updated."), "success") +# TODO: Remove def get_source(filesystem_id: str, include_deleted: bool = False) -> Source: """ Return the Source object with `filesystem_id`