refactor(core): Make native Python runner compatible with launcher (#18788)

This commit is contained in:
Iván Ovejero
2025-08-26 13:19:09 +02:00
committed by GitHub
parent 1da5acee30
commit 6cccc4ab9f
10 changed files with 31 additions and 41 deletions

View File

@@ -7,9 +7,10 @@ from urllib.parse import urlparse
import websockets
import random
from .errors import WebsocketConnectionError, TaskMissingError
from .message_types.broker import TaskSettings
from .nanoid import nanoid
from src.errors import WebsocketConnectionError, TaskMissingError
from src.message_types.broker import TaskSettings
from src.nanoid_utils import nanoid
from .constants import (
RUNNER_NAME,