Skip to content

Commit

Permalink
fix isort complain
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jan 9, 2024
1 parent f9832b1 commit 5e22605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formset/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from django.db.models.fields.related import ManyToManyField
from django.forms import fields

from formset.widgets import ButtonWidget, DualSortableSelector
from formset.utils import HolderMixin
from formset.widgets import ButtonWidget, DualSortableSelector


class Button(HolderMixin, fields.Field):
Expand Down

0 comments on commit 5e22605

Please sign in to comment.