From f4244f9a31506b7fb0a89c496ba256e29fcf3ce3 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:33:00 -0600 Subject: [PATCH] Add noqa for linter false-positive --- src/registrar/management/commands/load_senior_official_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/management/commands/load_senior_official_table.py b/src/registrar/management/commands/load_senior_official_table.py index 72e6bb7ec..20278b170 100644 --- a/src/registrar/management/commands/load_senior_official_table.py +++ b/src/registrar/management/commands/load_senior_official_table.py @@ -36,7 +36,7 @@ class Command(BaseCommand): Note: - If the row is missing SO data - it will not be added. - Given we can add the row, any blank first_name will be replaced with "-". - """, + """, # noqa: W291 prompt_title="Do you wish to load records into the SeniorOfficial table?", ) logger.info("Updating...")