test: remove unused import from test_notifications.py

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-09 20:56:35 +00:00
parent 758e353eed
commit de0f784879
+1 -1
View File
@@ -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