diff --git a/awx/main/tests/unit/test_access.py b/awx/main/tests/unit/test_access.py index 4e6addcbef..806f622690 100644 --- a/awx/main/tests/unit/test_access.py +++ b/awx/main/tests/unit/test_access.py @@ -12,13 +12,6 @@ from awx.main.access import ( SystemJobTemplateAccess, ) -from awx.main.models import ( - Credential, - Inventory, - Project, - Role, - Organization, -) from awx.conf.license import LicenseForbids from awx.main.models import Credential, Inventory, Project, Role, Organization, Instance