[object Object]

← back to Exo

fix ci linter

dbd0bdc34b36d4057c286c849aeb78dfae0cb7e4 · 2025-07-28 20:12:48 +0100 · Alex Cheema

Files touched

Diff

commit dbd0bdc34b36d4057c286c849aeb78dfae0cb7e4
Author: Alex Cheema <41707476+AlexCheema@users.noreply.github.com>
Date:   Mon Jul 28 20:12:48 2025 +0100

    fix ci linter
---
 worker/tests/test_serdes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/worker/tests/test_serdes.py b/worker/tests/test_serdes.py
index fd5fdeb7..67782e4f 100644
--- a/worker/tests/test_serdes.py
+++ b/worker/tests/test_serdes.py
@@ -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,

← 20241e32 some finishing touches to get this working e2e  ·  back to Exo  ·  fix topology disconnects and add heartbeat b88abf1c →