Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9694ce9

Browse files
xingyaowwducphamle2
authored andcommittedApr 7, 2025
fix import
1 parent a7560fb commit 9694ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎openhands/core/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
FileEditObservation,
3838
)
3939
from openhands.io import read_input, read_task
40-
from openhands.mcp.mcp import fetch_mcp_tools_from_config
40+
from openhands.mcp import fetch_mcp_tools_from_config
4141

4242

4343
def display_message(message: str):

0 commit comments

Comments
 (0)
Please sign in to comment.