mirror of
https://github.com/ansible/awx.git
synced 2026-06-26 00:48:02 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -15,7 +15,6 @@ from awx.api.views import (
|
||||
TeamAccessList,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', TeamList.as_view(), name='team_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', TeamDetail.as_view(), name='team_detail'),
|
||||
|
||||
Reference in New Issue
Block a user