mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -18,7 +18,6 @@ from awx.api.views import (
|
||||
InventorySourceNotificationTemplatesSuccessList,
|
||||
)
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', InventorySourceList.as_view(), name='inventory_source_list'),
|
||||
re_path(r'^(?P<pk>[0-9]+)/$', InventorySourceDetail.as_view(), name='inventory_source_detail'),
|
||||
|
||||
Reference in New Issue
Block a user