Fix ruff F401: use redundant alias for re-exported ForensicReport

Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-21 17:38:39 +00:00
parent 2ce864fa81
commit 970a2008d5
+1 -1
View File
@@ -49,7 +49,7 @@ from parsedmarc.mail import (
from parsedmarc.types import (
AggregateReport,
FailureReport,
ForensicReport,
ForensicReport as ForensicReport,
ParsedReport,
ParsingResults,
SMTPTLSReport,