From 3f29f1e3b54b541c4199ff1a3fc04e252ec99ea0 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Tue, 15 Mar 2016 10:09:24 -0400 Subject: [PATCH] flake8 fixup --- awx/main/tests/functional/test_rbac_core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tests/functional/test_rbac_core.py b/awx/main/tests/functional/test_rbac_core.py index acf36f835e..d5638878a2 100644 --- a/awx/main/tests/functional/test_rbac_core.py +++ b/awx/main/tests/functional/test_rbac_core.py @@ -4,7 +4,6 @@ from awx.main.models import ( Role, RolePermission, Organization, - Group, )