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
+1 -1
View File
@@ -1,7 +1,7 @@
from collections import OrderedDict
from django import forms
from django.http import HttpRequest, HttpResponse
from django.http import HttpRequest
from django.utils.translation import ugettext_lazy as _
from pretix.base.models import Order