Skip to content

Commit

Permalink
fix isort complain
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 3, 2024
1 parent 8bf6055 commit f135317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formset/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.db import transaction
from django.db.models import QuerySet
from django.forms.fields import CallableChoiceIterator
from django.http.response import HttpResponse, HttpResponseForbidden, HttpResponseBadRequest, JsonResponse
from django.http.response import HttpResponse, HttpResponseBadRequest, HttpResponseForbidden, JsonResponse
from django.utils.encoding import force_str
from django.utils.functional import cached_property
from django.views.generic.base import ContextMixin, TemplateResponseMixin, View
Expand Down

0 comments on commit f135317

Please sign in to comment.