Fix isort issue

This commit is contained in:
Raphael Michel
2022-01-27 14:42:19 +01:00
parent f3e31287f4
commit c9530c56af

View File

@@ -23,8 +23,8 @@ import urllib.parse
from django.core import signing
from django.http import HttpResponseBadRequest, HttpResponseRedirect
from django.urls import reverse
from django.shortcuts import render
from django.urls import reverse
def _is_samesite_referer(request):