Skip to content

Commit

Permalink
fix isort complain
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 8, 2024
1 parent f2a17dd commit 0ae03c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions formset/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
from django.core.files.uploadedfile import UploadedFile
from django.core.signing import get_cookie_signer
from django.db.models.query_utils import Q
from django.forms.widgets import FILE_INPUT_CONTRADICTION
from django.forms.models import ModelChoiceIterator, ModelChoiceIteratorValue
from django.forms.widgets import (DateTimeBaseInput, FileInput, FILE_INPUT_CONTRADICTION, Select, SelectMultiple,
TextInput, Widget)
from django.forms.widgets import (FILE_INPUT_CONTRADICTION, DateTimeBaseInput, FileInput, Select, SelectMultiple,
TextInput, Widget)
from django.template.loader import get_template
from django.utils.encoding import uri_to_iri
from django.utils.functional import cached_property
Expand Down

0 comments on commit 0ae03c6

Please sign in to comment.