From 0ae03c69d6d8d55f248955fa7113c13d843b9c49 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Wed, 8 May 2024 16:00:59 +0200 Subject: [PATCH] fix isort complain --- formset/widgets.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/formset/widgets.py b/formset/widgets.py index 83aa4965..d061e82a 100644 --- a/formset/widgets.py +++ b/formset/widgets.py @@ -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