Removed unused imports

This commit is contained in:
Raphael Michel
2015-10-04 15:31:58 +02:00
parent 93d027cec6
commit 2e9157cbef
17 changed files with 8 additions and 26 deletions

View File

@@ -7,8 +7,7 @@ from django.utils import translation
from django.utils.translation import ugettext as _
from pretix.base.i18n import LazyI18nString
from pretix.base.models import Event, User
from pretix.helpers.urls import build_absolute_uri
from pretix.base.models import Event
logger = logging.getLogger('pretix.base.mail')