From de0f7848792379a80ccdf43d796281eb05fbc866 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:56:35 +0000 Subject: [PATCH] test: remove unused import from test_notifications.py Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- tests/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_notifications.py b/tests/test_notifications.py index 4a73aebb..7ff80e6f 100644 --- a/tests/test_notifications.py +++ b/tests/test_notifications.py @@ -1,7 +1,7 @@ import pytest from app.config import settings -from app.utils.notification import notify_file_processed, send_notification +from app.utils.notification import notify_file_processed @pytest.mark.unit