mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Add noqa for linter false-positive
This commit is contained in:
parent
31d408da85
commit
f4244f9a31
1 changed files with 1 additions and 1 deletions
|
@ -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...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue