From: Magnus Hagander Date: Tue, 8 Dec 2020 15:31:38 +0000 (+0100) Subject: Remove unused import X-Git-Url: http://git.postgresql.org/gitweb/delmail?a=commitdiff_plain;h=6a118a0164c2abdd4daf3a086e8238a7fea1eed4;p=pgcommitfest2.git Remove unused import --- diff --git a/pgcommitfest/commitfest/views.py b/pgcommitfest/commitfest/views.py index 3a85f54..7c837f0 100644 --- a/pgcommitfest/commitfest/views.py +++ b/pgcommitfest/commitfest/views.py @@ -2,7 +2,6 @@ from django.shortcuts import render, get_object_or_404 from django.http import HttpResponse, HttpResponseRedirect from django.http import Http404, HttpResponseForbidden from django.views.decorators.csrf import csrf_exempt -from django.template import RequestContext from django.db import transaction, connection from django.db.models import Q from django.contrib import messages