move grpc to proper location

This commit is contained in:
2026-02-06 08:22:50 -03:00
parent 318741d8ca
commit c0a3901951
12 changed files with 13 additions and 9 deletions

View File

@@ -8,8 +8,8 @@ from typing import Any, Dict, Optional
from celery import shared_task
from grpc.server import update_job_progress
from worker.executor import get_executor
from worker_grpc.server import update_job_progress
logger = logging.getLogger(__name__)