Code style fixes

This commit is contained in:
Raphael Michel
2018-01-14 15:17:16 +01:00
parent 251d62f3c4
commit a7374f5bbd
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,9 @@ from django.utils.translation import get_language_info
from i18nfield.strings import LazyI18nString
from pretix.base.settings import GlobalSettingsObject
from pretix.control.utils.i18n import get_javascript_format_without_seconds, get_moment_locale
from pretix.control.utils.i18n import (
get_javascript_format_without_seconds, get_moment_locale,
)
from .signals import footer_link, html_footer, html_head