recover code

This commit is contained in:
lidanyang 2023-12-14 13:57:39 +08:00
parent 97f707784b
commit 2da141abbe
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ from typing import Any, Callable, Coroutine, Literal, overload
from metagpt.config import CONFIG
from metagpt.tools import WebBrowserEngineType
# from metagpt.utils.parse_html import WebPage
from metagpt.utils.parse_html import WebPage
class WebBrowserEngine: