Skip to content

Commit

Permalink
[#1109] Isort
Browse files Browse the repository at this point in the history
  • Loading branch information
vaszig committed Feb 9, 2023
1 parent beb0dae commit 0df2d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/plans/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

from view_breadcrumbs import BaseBreadcrumbMixin

from open_inwoner.accounts.choices import ContactTypeChoices
from open_inwoner.accounts.forms import ActionListForm, DocumentForm
from open_inwoner.accounts.views.actions import (
ActionCreateView,
Expand All @@ -16,7 +17,6 @@
ActionUpdateView,
BaseActionFilter,
)
from open_inwoner.accounts.choices import ContactTypeChoices
from open_inwoner.configurations.models import SiteConfiguration
from open_inwoner.utils.logentry import get_change_message
from open_inwoner.utils.mixins import ExportMixin
Expand Down

0 comments on commit 0df2d16

Please sign in to comment.