mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 08:28:03 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -5,7 +5,6 @@ from django.urls import re_path
|
||||
|
||||
from awx.api.views.labels import LabelList, LabelDetail
|
||||
|
||||
|
||||
urls = [re_path(r'^$', LabelList.as_view(), name='label_list'), re_path(r'^(?P<pk>[0-9]+)/$', LabelDetail.as_view(), name='label_detail')]
|
||||
|
||||
__all__ = ['urls']
|
||||
|
||||
Reference in New Issue
Block a user