From b3b08d57a3e1c6a0f242d520c193828ee91bc863 Mon Sep 17 00:00:00 2001 From: CocoByte Date: Tue, 10 Oct 2023 14:58:40 -0600 Subject: [PATCH] linted..again Signed-off-by: CocoByte --- .../commands/transfer_transition_domains_to_domains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/management/commands/transfer_transition_domains_to_domains.py b/src/registrar/management/commands/transfer_transition_domains_to_domains.py index 37f894806..55670c174 100644 --- a/src/registrar/management/commands/transfer_transition_domains_to_domains.py +++ b/src/registrar/management/commands/transfer_transition_domains_to_domains.py @@ -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)