Skip to content

Commit

Permalink
linting - import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross-Clark committed Jun 13, 2024
1 parent f0bbe2b commit eba0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamfieldindex/wagtail_hooks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.urls import reverse
from wagtail import hooks
from wagtail.signals import page_published, page_unpublished, post_page_move
from wagtail.admin.admin_url_finder import ModelAdminURLFinder, register_admin_url_finder
from wagtail.signals import page_published, page_unpublished, post_page_move

from .indexer import index_page
from .models import IndexEntry
Expand Down

0 comments on commit eba0c70

Please sign in to comment.