mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -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 import MetricsView
|
||||
|
||||
|
||||
urls = [re_path(r'^$', MetricsView.as_view(), name='metrics_view')]
|
||||
|
||||
__all__ = ['urls']
|
||||
|
||||
Reference in New Issue
Block a user