forked from CGM_Public/pretix_original
Used isort to order all import statements
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import datetime
|
||||
import time
|
||||
|
||||
from django.test import TestCase
|
||||
from django.utils.timezone import now
|
||||
|
||||
from pretix.base.models import Item, Organizer, Event, ItemCategory, Quota, Property, PropertyValue, ItemVariation, User
|
||||
from tests.base import BrowserTest
|
||||
|
||||
from pretix.base.models import (
|
||||
Event, Item, ItemCategory, ItemVariation, Organizer, Property,
|
||||
PropertyValue, Quota, User,
|
||||
)
|
||||
|
||||
|
||||
class EventTestMixin:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user