From 5a6f1c1bcc957e3b974579da5a8890cd1808a663 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 17 Jan 2024 22:27:05 +0100 Subject: [PATCH] chore: remove unused import --- umap/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/umap/views.py b/umap/views.py index 1032bdf0..4561fadf 100644 --- a/umap/views.py +++ b/umap/views.py @@ -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,