Remove unused imports

This commit is contained in:
Magnus Hagander
2018-06-29 13:38:47 +02:00
parent 9a746bd6c1
commit 0c6099e236
14 changed files with 9 additions and 29 deletions

View File

@ -1,7 +1,4 @@
from django.shortcuts import get_object_or_404
from django.http import HttpResponse, HttpResponseForbidden
from django.views.decorators.csrf import csrf_exempt
from django.conf import settings
from django.http import HttpResponse
import json