mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -19,7 +19,6 @@ from awx.api.views import (
|
||||
JobHostSummaryDetail,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', JobList.as_view(), name='job_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', JobDetail.as_view(), name='job_detail'),
|
||||
|
||||
Reference in New Issue
Block a user