mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -14,7 +14,6 @@ from awx.api.views import (
|
||||
WorkflowJobActivityStreamList,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', WorkflowJobList.as_view(), name='workflow_job_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', WorkflowJobDetail.as_view(), name='workflow_job_detail'),
|
||||
|
||||
Reference in New Issue
Block a user