Skip to content

Commit

Permalink
Sort list to satisfy isort
Browse files Browse the repository at this point in the history
My apologies for breaking this test in the first place
  • Loading branch information
Flimm committed Jun 14, 2024
1 parent 31bfbce commit 0ae3128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invitations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from django.http import (
Http404,
HttpResponse,
HttpResponseRedirect,
HttpResponseNotAllowed,
HttpResponseRedirect,
)
from django.urls import reverse
from django.urls.exceptions import NoReverseMatch
Expand Down

0 comments on commit 0ae3128

Please sign in to comment.