mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Used isort to order all import statements
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from django.test import TestCase
|
||||
from django.utils import translation
|
||||
from django.utils.timezone import now
|
||||
from pretix.base.i18n import LazyI18nString
|
||||
|
||||
from pretix.base.models import Event, Organizer, ItemCategory
|
||||
from pretix.base.i18n import LazyI18nString
|
||||
from pretix.base.models import Event, ItemCategory, Organizer
|
||||
|
||||
|
||||
class I18nStringTest(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user