refactor: Remove nanoid dependency from native Python task runner (#19025)

This commit is contained in:
Iván Ovejero
2025-09-01 10:22:27 +02:00
committed by GitHub
parent 6aeced8aed
commit 5b5f60212a
5 changed files with 23 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ from src.errors import (
TaskMissingError,
)
from src.message_types.broker import TaskSettings
from src.nanoid_utils import nanoid
from src.nanoid import nanoid
from src.constants import (
RUNNER_NAME,