Formatting fixes

This commit is contained in:
Christopher Broderick
2025-05-09 20:02:57 +02:00
parent 13c18e8126
commit c713e3ea16
2 changed files with 16 additions and 14 deletions

View File

@ -564,9 +564,7 @@ def create_ticket_cc(ticket, cc_list, logger):
"LOG_WARN_WHEN_CC_EMAIL_LINKED_TO_MORE_THAN_1_USER",
True,
):
logger.warning(
f"{MULTIPLE_USERS_SAME_EMAIL_MSG}: {cced_email}"
)
logger.warning(f"{MULTIPLE_USERS_SAME_EMAIL_MSG}: {cced_email}")
else:
user_id = user_list[0]