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 3832491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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)
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 3832491

Please sign in to comment.