Fix import ordering for multilingual CI lint

This commit is contained in:
2026-03-29 21:28:12 +02:00
parent bfdf061f31
commit 644d3c0b7b
4 changed files with 5 additions and 3 deletions

View File

@@ -1 +1,3 @@
from mandelblog_content_guard.management.commands.audit_locales import Command # noqa: F401
from mandelblog_content_guard.management.commands.audit_locales import (
Command, # noqa: F401
)