mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
linted..again
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
This commit is contained in:
parent
3ea0811239
commit
b3b08d57a3
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class Command(BaseCommand):
|
|||
domain_invitations_to_create.append(new_domain_invitation)
|
||||
else:
|
||||
logger.info(
|
||||
f"{termColors.FAIL} ! No e-mail found for domain: {new_entry}"
|
||||
f"{termColors.FAIL} ! No e-mail found for domain: {new_entry}" # noqa
|
||||
f"(SKIPPED ADDING DOMAIN INVITATION){termColors.ENDC}"
|
||||
)
|
||||
skipped_domain_invitations.append(transition_domain_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue