Fix rebase merge conflicts

* had to rebase and accept both in some cases
* remove unused imports
This commit is contained in:
thedoubl3j 2025-09-04 15:17:54 -04:00
parent 2c96c48a5c
commit 7dc4f149a7
No known key found for this signature in database
GPG Key ID: E84C42ACF75B0768

View File

@ -62,9 +62,6 @@ from wsgiref.util import FileWrapper
# django-ansible-base
from ansible_base.lib.utils.requests import get_remote_hosts
from ansible_base.rbac.models import RoleEvaluation
from ansible_base.resource_registry.shared_types import OrganizationType, TeamType, UserType
from ansible_base.rbac.models import RoleEvaluation, ObjectRole
from ansible_base.rbac import permission_registry
# AWX
from awx.main.tasks.system import send_notifications, update_inventory_computed_fields