Fixed import sorting

This commit is contained in:
Raphael Michel
2015-09-28 23:11:46 +02:00
parent c67a70369d
commit 1c89fec808
3 changed files with 8 additions and 5 deletions

View File

@@ -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