From 7ba433cddba60a29e5032cb32157c62c72870c60 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:39:05 -0400 Subject: [PATCH] Fix code style --- parsedmarc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index a861a1e8..2b4e63c2 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -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))