Fix import order for hooks
This commit is contained in:
@@ -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.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
|
from mandelstudio.models import ContactMessage
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user