mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 00:18:07 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -14,7 +14,6 @@ from awx.api.views import (
|
||||
AdHocCommandStdout,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', AdHocCommandList.as_view(), name='ad_hoc_command_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', AdHocCommandDetail.as_view(), name='ad_hoc_command_detail'),
|
||||
|
||||
Reference in New Issue
Block a user