diff --git a/mandelstudio/wagtail_hooks.py b/mandelstudio/wagtail_hooks.py index 97fdfda..f81f5ba 100644 --- a/mandelstudio/wagtail_hooks.py +++ b/mandelstudio/wagtail_hooks.py @@ -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