mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
add function import, avoid "import"
This commit is contained in:
parent
e8f45c4072
commit
6f166603c4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue