fix: resolve all lint errors (black, ruff, mypy)

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/343db360-b55f-461c-8bc6-3754f58ba48e

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-03 23:02:01 +00:00
committed by GitHub
parent c65f37a8dd
commit fcdd51e6aa
6 changed files with 16 additions and 14 deletions
-2
View File
@@ -13,7 +13,6 @@ import socket
import struct
from unittest.mock import MagicMock, patch
import pytest
from app.services.mail_processor import (
_build_dns_query,
@@ -24,7 +23,6 @@ from app.services.mail_processor import (
_dns_cache_lock,
)
# ---------------------------------------------------------------------------
# Helpers
# ---------------------------------------------------------------------------