refactor: Update import path for TaskLoggingService in documents_routes.py

This commit is contained in:
MSI\ModSetter 2025-07-21 06:20:44 -07:00
parent 931fafa403
commit 9e8929ed2d

View file

@ -12,7 +12,7 @@ from app.config import config as app_config
# Force asyncio to use standard event loop before unstructured imports # Force asyncio to use standard event loop before unstructured imports
import asyncio import asyncio
from surfsense_backend.app.services.task_logging_service import TaskLoggingService from app.services.task_logging_service import TaskLoggingService
try: try:
asyncio.set_event_loop_policy(asyncio.DefaultEventLoopPolicy()) asyncio.set_event_loop_policy(asyncio.DefaultEventLoopPolicy())
except RuntimeError: except RuntimeError: