mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fixed import sorting
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import time
|
||||
from django.utils.timezone import now
|
||||
from pretix.base.models import Event, Organizer, EventLock
|
||||
from pretix.base.services import locking
|
||||
|
||||
import pytest
|
||||
from django.utils.timezone import now
|
||||
|
||||
from pretix.base.models import Event, EventLock, Organizer
|
||||
from pretix.base.services import locking
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user