Sort i18n view imports for CI lint
This commit is contained in:
@@ -6,8 +6,8 @@ from django.urls import translate_url
|
|||||||
from django.utils.http import url_has_allowed_host_and_scheme
|
from django.utils.http import url_has_allowed_host_and_scheme
|
||||||
from django.utils.translation import check_for_language
|
from django.utils.translation import check_for_language
|
||||||
from django.utils.translation import get_language as _get_language
|
from django.utils.translation import get_language as _get_language
|
||||||
from django.views.i18n import LANGUAGE_QUERY_PARAMETER
|
|
||||||
from django.views.decorators.csrf import csrf_exempt
|
from django.views.decorators.csrf import csrf_exempt
|
||||||
|
from django.views.i18n import LANGUAGE_QUERY_PARAMETER
|
||||||
|
|
||||||
from .i18n_utils import normalize_set_language_next
|
from .i18n_utils import normalize_set_language_next
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user