Fix import ordering for multilingual CI lint
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user