mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-04 19:15:25 +00:00
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:
@@ -49,7 +49,7 @@ from parsedmarc.mail import (
|
||||
from parsedmarc.types import (
|
||||
AggregateReport,
|
||||
FailureReport,
|
||||
ForensicReport,
|
||||
ForensicReport as ForensicReport,
|
||||
ParsedReport,
|
||||
ParsingResults,
|
||||
SMTPTLSReport,
|
||||
|
||||
Reference in New Issue
Block a user