mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -5,7 +5,6 @@ from django.urls import re_path
|
||||
|
||||
import awx.api.views.analytics as analytics
|
||||
|
||||
|
||||
urls = [
|
||||
re_path(r'^$', analytics.AnalyticsRootView.as_view(), name='analytics_root_view'),
|
||||
re_path(r'^authorized/$', analytics.AnalyticsAuthorizedView.as_view(), name='analytics_authorized'),
|
||||
|
||||
Reference in New Issue
Block a user