From c4e33ff5417a88be0fc05228b3ef42253f88bce7 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Mon, 27 Jan 2025 15:06:45 -0800 Subject: [PATCH] Missing import. --- apps/monitor/views/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/monitor/views/__init__.py b/apps/monitor/views/__init__.py index e7e079a69..b3c43dc3b 100644 --- a/apps/monitor/views/__init__.py +++ b/apps/monitor/views/__init__.py @@ -13,4 +13,5 @@ from apps.monitor.views.newsblur_tasks_pipeline import TasksPipeline from apps.monitor.views.newsblur_tasks_servers import TasksServers from apps.monitor.views.newsblur_tasks_times import TasksTimes from apps.monitor.views.newsblur_updates import Updates +from apps.monitor.views.newsblur_user_searches import UserSearches from apps.monitor.views.newsblur_users import Users