Removed unused imports

This commit is contained in:
Raphael Michel
2015-10-05 11:24:00 +02:00
parent 93d027cec6
commit 2e9157cbef
17 changed files with 8 additions and 26 deletions
-2
View File
@@ -1,9 +1,7 @@
import decimal
import json
from django.core.serializers.json import DjangoJSONEncoder
from django.dispatch import receiver
from django.http import HttpRequest, HttpResponse, JsonResponse
from pretix.base.signals import register_data_exporters