fix: apply black formatting to reports.py and dmarc_parser.py

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/b108ee4f-3479-43fa-a9e9-23a697718aa3

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 11:05:07 +00:00
parent d580da6fee
commit 821d9dc863
2 changed files with 4 additions and 12 deletions
+1 -3
View File
@@ -237,9 +237,7 @@ class DMARCParser:
# Log parse results for debugging
total_count = report["summary"]["total_count"]
logger.info(f"Parsed DMARC report for domain: {report.get('domain')}")
logger.info(
f"Found {len(records)} record entries with {total_count} total messages"
)
logger.info(f"Found {len(records)} record entries with {total_count} total messages")
logger.info(
f"Messages passed: {report['summary']['passed_count']}, "
f"failed: {report['summary']['failed_count']}"