First batch of flake8 changes.

Many unused variables, and replacing some old fixtures with
admin_request before I realised just how many there where 😩
This commit is contained in:
Leo Hemsted
2017-11-28 17:00:01 +00:00
parent 363105774f
commit b1cccdcc6b
9 changed files with 84 additions and 202 deletions

View File

@@ -6,7 +6,7 @@ import uuid
from freezegun import freeze_time
from app.models import Service, ApiKey
from app.models import Service
from tests import create_authorization_header