Fix import order for hooks

This commit is contained in:
2026-05-09 11:15:24 +02:00
parent 862b6905c6
commit 3aae374c89

View File

@@ -1,8 +1,7 @@
from mandelblog_content_guard.hooks import * # noqa: F401,F403
from wagtail.snippets.views.snippets import SnippetViewSet
from wagtail.snippets.models import register_snippet
from wagtail.snippets.views.snippets import SnippetViewSet
from mandelblog_content_guard.hooks import * # noqa: F401,F403
from mandelstudio.models import ContactMessage