linted..again

Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
This commit is contained in:
CocoByte 2023-10-10 14:58:40 -06:00
parent 3ea0811239
commit b3b08d57a3
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

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