Resolved flake8 warnings

This commit is contained in:
Raphael Michel
2015-06-28 17:02:12 +02:00
parent e419b9a99d
commit 1f08dfda5c
13 changed files with 147 additions and 133 deletions

View File

@@ -1,4 +1,4 @@
from pretix.settings import *
from pretix.settings import * # NOQA
TEST_DIR = os.path.dirname(__file__)