update const value import path

This commit is contained in:
better629 2024-02-01 18:30:16 +08:00
parent 9f4ee42079
commit 2abc14aee6
5 changed files with 6 additions and 6 deletions

View file

@ -4,8 +4,8 @@
from pathlib import Path
from metagpt.const import ADB_EXEC_FAIL
from metagpt.environment.android_env.android_ext_env import AndroidExtEnv
from metagpt.environment.android_env.const import ADB_EXEC_FAIL
def mock_device_shape(self, adb_cmd: str) -> str:

View file

@ -3,7 +3,7 @@
# @Desc : the unittest of MincraftExtEnv
from metagpt.const import MC_CKPT_DIR
from metagpt.environment.mincraft_env.const import MC_CKPT_DIR
from metagpt.environment.mincraft_env.mincraft_ext_env import MincraftExtEnv