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