Fixed missing or unused imports

This commit is contained in:
Raphael Michel
2016-07-18 23:12:16 +02:00
parent 1a9e5c8d11
commit 2541855948
19 changed files with 13 additions and 32 deletions

View File

@@ -1,12 +1,10 @@
import time
from decimal import Decimal
import pytest
from django.utils.timezone import now
from tests.testdummy.payment import DummyPaymentProvider
from pretix.base.models import Event, EventLock, Organizer
from pretix.base.services import locking
from pretix.base.models import Event, Organizer
@pytest.fixture