mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -27,7 +27,6 @@ from awx.api.views.organization import (
|
||||
)
|
||||
from awx.api.views import OrganizationCredentialList
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', OrganizationList.as_view(), name='organization_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', OrganizationDetail.as_view(), name='organization_detail'),
|
||||
|
||||
Reference in New Issue
Block a user