From 77560b4a9186718fd7dd46bce9d514db25de30d3 Mon Sep 17 00:00:00 2001 From: WinstonLiyt <1957922024@qq.com> Date: Mon, 15 Jul 2024 10:31:57 +0000 Subject: [PATCH] Fix a bug. --- rdagent/core/proposal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdagent/core/proposal.py b/rdagent/core/proposal.py index 03d74cce..9b5e1bad 100644 --- a/rdagent/core/proposal.py +++ b/rdagent/core/proposal.py @@ -3,10 +3,10 @@ """ from abc import ABC, abstractmethod -from typing import Dict, Generic, List, Tuple, TypeVar +from typing import Any, Dict, Generic, List, Tuple, TypeVar from rdagent.core.evaluation import Feedback -from rdagent.core.experiment import Experiment +from rdagent.core.experiment import ASpecificTask, Experiment from rdagent.core.scenario import Scenario # class data_ana: XXX