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, )