mirror of
https://github.com/ansible/awx.git
synced 2026-06-22 15:17:44 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -12,7 +12,6 @@ from awx.api.views import (
|
||||
InstanceGroupObjectRolesList,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', InstanceGroupList.as_view(), name='instance_group_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', InstanceGroupDetail.as_view(), name='instance_group_detail'),
|
||||
|
||||
Reference in New Issue
Block a user