fix: correct key_resolution_service import path in scheduler

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-06-03 21:14:12 +02:00
parent 9c3f03d610
commit e29918488c

View File

@@ -134,7 +134,7 @@ class RescanOrchestrator:
Returns:
Dict with resolved/skipped/errors counts.
"""
from src.server.services.key_resolution_service import (
from src.server.services.scheduler.key_resolution_service import (
perform_key_resolution_scan,
)