chore: remove unused import

This commit is contained in:
Yohan Boniface 2024-01-17 22:27:05 +01:00
parent 031cff7435
commit 5a6f1c1bcc

View file

@ -22,7 +22,6 @@ from django.core.mail import send_mail
from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
from django.core.signing import BadSignature, Signer
from django.core.validators import URLValidator, ValidationError
from django.db.models import Q
from django.http import (
HttpResponse,
HttpResponseBadRequest,