From 2d7df94e9952f1211a5455449538de2bd05dbec1 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Thu, 21 May 2026 22:38:16 +0800 Subject: [PATCH] auto-sync: 2026-05-21 22:38:16 --- src/daemon/spawner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/daemon/spawner.py b/src/daemon/spawner.py index 2942edb..734a486 100644 --- a/src/daemon/spawner.py +++ b/src/daemon/spawner.py @@ -339,7 +339,6 @@ curl -X POST http://{self.api_host}:{self.api_port}/api/projects/{project_id}/ta if on_complete: try: result = on_complete(agent_id, outcome) - import asyncio if asyncio.iscoroutine(result): await result except Exception: