mirror of
https://github.com/ansible/awx.git
synced 2026-06-23 07:37:50 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -8,7 +8,6 @@ from awx.api.views import (
|
||||
ExecutionEnvironmentActivityStreamList,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', ExecutionEnvironmentList.as_view(), name='execution_environment_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', ExecutionEnvironmentDetail.as_view(), name='execution_environment_detail'),
|
||||
|
||||
Reference in New Issue
Block a user