fix restart bug (#609)

This commit is contained in:
Xu Yang
2025-02-18 15:39:34 +08:00
committed by GitHub
parent 9fcd5d473e
commit 75e496d461
2 changed files with 7 additions and 4 deletions
@@ -11,8 +11,6 @@ from rdagent.oai.llm_utils import md5_hash
from rdagent.utils.agent.tpl import T
from rdagent.utils.env import DockerEnv, DSDockerConf
DataLoaderTask = CoSTEERTask
# Because we use isinstance to distinguish between different types of tasks, we need to use sub classes to represent different types of tasks
class DataLoaderTask(CoSTEERTask):