Fix code style

This commit is contained in:
Sean Whalen
2024-11-02 10:39:05 -04:00
committed by GitHub
parent 6d467c93f9
commit 7ba433cddb

View File

@@ -1451,7 +1451,7 @@ def get_dmarc_reports_from_mailbox(connection: MailboxConnection,
logger.warning("Incorrect format for \'since\' option. \
Provided value:{0}, Expected values:(5m|3h|2d|1w). \
Ignoring option, fetching messages for last 24hrs" \
"SMTP does not support a time or timezone in since."
"SMTP does not support a time or timezone in since." \
"See https://www.rfc-editor.org/rfc/rfc3501#page-52"
.format(since))