mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Used isort to order all import statements
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import os.path
|
||||
|
||||
from django.test import TestCase
|
||||
|
||||
# Do NOT use relative imports here
|
||||
|
||||
@@ -4,9 +4,8 @@ from django.test import TestCase
|
||||
from django.utils.timezone import now
|
||||
|
||||
from pretix.base.models import (
|
||||
Event, Organizer, Item, Property, PropertyValue, ItemVariation
|
||||
Event, Item, ItemVariation, Organizer, Property, PropertyValue,
|
||||
)
|
||||
|
||||
# Do NOT use relative imports here
|
||||
from pretix.plugins.timerestriction import signals
|
||||
from pretix.plugins.timerestriction.models import TimeRestriction
|
||||
|
||||
Reference in New Issue
Block a user