trivial: remove unused import

This commit is contained in:
Frédéric Péters 2016-03-26 08:51:28 +01:00
parent 43f2d41e22
commit 0a3af38187
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ from django.contrib.contenttypes.models import ContentType
from django.template import RequestContext
from django.views.decorators.csrf import csrf_exempt
from django.contrib.auth.decorators import login_required
from django.http import HttpResponseBadRequest, HttpResponse
from django.http import HttpResponse
from django.views.generic import TemplateView
from .models import CounterPresence