Skip to content

Commit 7dc4f14

Browse files
committed
Fix rebase merge conflicts
* had to rebase and accept both in some cases * remove unused imports
1 parent 2c96c48 commit 7dc4f14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

awx/api/views/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
# django-ansible-base
6363
from ansible_base.lib.utils.requests import get_remote_hosts
6464
from ansible_base.rbac.models import RoleEvaluation
65-
from ansible_base.resource_registry.shared_types import OrganizationType, TeamType, UserType
66-
from ansible_base.rbac.models import RoleEvaluation, ObjectRole
67-
from ansible_base.rbac import permission_registry
6865

6966
# AWX
7067
from awx.main.tasks.system import send_notifications, update_inventory_computed_fields

0 commit comments

Comments
 (0)