summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/views.py
diff options
context:
space:
mode:
authorMagnus Hagander2020-12-08 15:31:38 +0000
committerMagnus Hagander2020-12-08 15:31:38 +0000
commit6a118a0164c2abdd4daf3a086e8238a7fea1eed4 (patch)
treeaa4b46878da97781bfd99a81e83939ef5d047a87 /pgcommitfest/commitfest/views.py
parent952b85ea8fb018acd84c973861ba71b52209d3b1 (diff)
Remove unused import
Diffstat (limited to 'pgcommitfest/commitfest/views.py')
-rw-r--r--pgcommitfest/commitfest/views.py1
1 files changed, 0 insertions, 1 deletions
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