fix ci linter

This commit is contained in:
Alex Cheema
2025-07-28 20:12:48 +01:00
committed by GitHub
parent 20241e3290
commit dbd0bdc34b
+1 -1
View File
@@ -3,8 +3,8 @@ from typing import Callable, TypeVar
from pydantic import BaseModel, TypeAdapter
from shared.types.tasks import Task, TaskId
from shared.types.common import Host
from shared.types.tasks import Task, TaskId
from shared.types.worker.commands_runner import (
ChatTaskMessage,
RunnerMessageTypeAdapter,