🎨(ruff) fix linter error after ruff update

Fix the `make lint` errors after dependencies update.
This commit is contained in:
Quentin BEY
2025-08-26 11:32:30 +02:00
parent a56f86965f
commit f7a97e11e8
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ from mailbox_manager import enums, models
from mailbox_manager.utils.dimail import DimailAPIClient
# Prevent Ruff complaining about mark_safe below
# ruff: noqa: S308
@admin.action(description=_("Import emails from dimail"))