notify-admin-529 remove provider view

This commit is contained in:
Kenneth Kehl
2023-12-06 13:40:15 -08:00
parent 414352ea69
commit d218fd2178
13 changed files with 1 additions and 762 deletions

View File

@@ -105,7 +105,6 @@ from app.notify_client.performance_dashboard_api_client import (
performance_dashboard_api_client,
)
from app.notify_client.platform_stats_api_client import platform_stats_api_client
from app.notify_client.provider_client import provider_client
from app.notify_client.service_api_client import service_api_client
from app.notify_client.status_api_client import status_api_client
from app.notify_client.template_folder_api_client import template_folder_api_client
@@ -191,7 +190,6 @@ def create_app(application):
organizations_client,
performance_dashboard_api_client,
platform_stats_api_client,
provider_client,
service_api_client,
status_api_client,
template_folder_api_client,