add function import, avoid "import"

This commit is contained in:
geekan 2023-12-19 13:51:51 +08:00
parent e8f45c4072
commit 6f166603c4

View file

@ -20,7 +20,8 @@ import re
import typing
from typing import List, Tuple, Union
from tenacity import _utils
import loguru
from tenacity import RetryCallState, _utils
from metagpt.const import MESSAGE_ROUTE_TO_ALL
from metagpt.logs import logger