Resolve flake8 warnings

This commit is contained in:
Raphael Michel
2015-06-03 13:25:26 +02:00
parent 423dc9f0aa
commit 49ea85caee
11 changed files with 14 additions and 20 deletions

View File

@@ -1,8 +1,7 @@
from datetime import timedelta
from django.test import Client, TestCase
from django.utils.timezone import now
import pytest
from pretix.base.models import Event, Organizer, User, EventPermission, Order