From 16286ebb81932ba8699cb290c914ee333258fd7c Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 30 Dec 2024 10:06:35 -0800 Subject: [PATCH] fix --- app/celery/scheduled_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/celery/scheduled_tasks.py b/app/celery/scheduled_tasks.py index 6413932dd..69249c450 100644 --- a/app/celery/scheduled_tasks.py +++ b/app/celery/scheduled_tasks.py @@ -38,7 +38,6 @@ from app.notifications.process_notifications import send_notification_to_queue from app.utils import utc_now from notifications_utils import aware_utcnow from notifications_utils.clients.zendesk.zendesk_client import NotifySupportTicket -from tests.app import db MAX_NOTIFICATION_FAILS = 10000