mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -15,7 +15,6 @@ from awx.api.views import (
|
||||
InventoryUpdateCredentialsList,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', InventoryUpdateList.as_view(), name='inventory_update_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', InventoryUpdateDetail.as_view(), name='inventory_update_detail'),
|
||||
|
||||
Reference in New Issue
Block a user