mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Code style fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user