From ace551a3f21cab79cd4bc696530814c301023bb9 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 5da6c11..b508991 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,