Skip to content

Commit 6a118a0

Browse files
committed
Remove unused import
1 parent 952b85e commit 6a118a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pgcommitfest/commitfest/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from django.http import HttpResponse, HttpResponseRedirect
33
from django.http import Http404, HttpResponseForbidden
44
from django.views.decorators.csrf import csrf_exempt
5-
from django.template import RequestContext
65
from django.db import transaction, connection
76
from django.db.models import Q
87
from django.contrib import messages

0 commit comments

Comments
 (0)