Skip to content

Commit c24a4db

Browse files
committed
Minor isort
1 parent deace76 commit c24a4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webstack_django_sorting/templatetags/sorting_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from django.http import Http404
33
from django.utils.translation import gettext_lazy as _
44

5-
from ..settings import INVALID_FIELD_RAISES_404
65
from .. import common
6+
from ..settings import INVALID_FIELD_RAISES_404
77

88
register = template.Library()
99

0 commit comments

Comments
 (0)