Add noqa for linter false-positive

This commit is contained in:
zandercymatics 2024-07-30 09:33:00 -06:00
parent 31d408da85
commit f4244f9a31
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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...")