flake8 fixes

This commit is contained in:
Wayne Witzel III 2016-05-24 13:00:22 -04:00
parent 2f09c7fee1
commit 73e41ef6cc
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ from awx.main.models import (
Credential,
Inventory,
Label,
Role,
)

View File

@ -35,8 +35,8 @@ def test_label_access_admin(organization_factory):
'''can_change because I am an admin of that org'''
no_members = organization_factory("no_members")
members = organization_factory("has_members",
users=['admin'],
labels=['test'])
users=['admin'],
labels=['test'])
label = members.labels.test
admin = members.users.admin