diff --git a/awx/main/tests/functional/test_rbac_core.py b/awx/main/tests/functional/test_rbac_core.py index a8b9de0d13..c1e3f0208d 100644 --- a/awx/main/tests/functional/test_rbac_core.py +++ b/awx/main/tests/functional/test_rbac_core.py @@ -4,8 +4,6 @@ from awx.main.models import ( Role, Organization, Project, - JobTemplate, - Inventory, )