mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
Update mbpp.py
This commit is contained in:
parent
344d87d2e6
commit
4564b70d75
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from typing import Any, Callable, Dict, List, Optional, Tuple
|
|||
|
||||
from tenacity import retry, retry_if_exception_type, stop_after_attempt, wait_fixed
|
||||
|
||||
from metagpt.actions.code_sanitize import sanitize
|
||||
from metagpt.ext.aflow.scripts.utils import sanitize
|
||||
from metagpt.ext.aflow.benchmark.benchmark import BaseBenchmark
|
||||
from metagpt.logs import logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue