Skip to content

Commit

Permalink
personal.models: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Feb 9, 2025
1 parent e234782 commit be4a8cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mpicms/personal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
from django.utils.translation import gettext_lazy as _
from django.core.validators import MaxValueValidator

from wagtail.core.models import Orderable
from wagtail.admin.edit_handlers import FieldPanel, MultiFieldPanel, InlinePanel
from wagtail.admin.edit_handlers import FieldPanel, MultiFieldPanel
from wagtail.snippets.models import register_snippet
from wagtail.search import index
from wagtail.snippets.edit_handlers import SnippetChooserPanel

from modelcluster.fields import ParentalKey

Expand Down

0 comments on commit be4a8cd

Please sign in to comment.