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 898b9a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion formset/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
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)
Expand Down

0 comments on commit 898b9a0

Please sign in to comment.