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

@@ -25,7 +25,7 @@ def system_status():
def worker_status():
"""Worker status from gRPC."""
try:
from mpr.grpc.client import get_client
from grpc.client import get_client
client = get_client()
status = client.get_worker_status()