From 970a2008d549ce6b44e59f7ef96a2b8272c7a909 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:38:39 +0000 Subject: [PATCH] Fix ruff F401: use redundant alias for re-exported ForensicReport Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com> --- parsedmarc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index 254c6f6..97be13b 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -49,7 +49,7 @@ from parsedmarc.mail import ( from parsedmarc.types import ( AggregateReport, FailureReport, - ForensicReport, + ForensicReport as ForensicReport, ParsedReport, ParsingResults, SMTPTLSReport,