style(pre-commit): fix

This commit is contained in:
Sheng Fan 2025-03-21 18:25:58 +08:00
parent 30342247c0
commit 65470c2ae9

View File

@ -1,6 +1,7 @@
# coding: utf-8 # coding: utf-8
# A shortcut to launch OpenManus MCP server, where its introduction also solves other import issues. # A shortcut to launch OpenManus MCP server, where its introduction also solves other import issues.
from app.mcp.server import * from app.mcp.server import MCPServer, parse_args
if __name__ == "__main__": if __name__ == "__main__":
args = parse_args() args = parse_args()