Skip to content

Commit 83a2a9d

Browse files
committed
fix ruff format for test_mcp_universe.py
1 parent 28b8d26 commit 83a2a9d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/benchmarks/mcp_universe/test_mcp_universe.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ def _get_task_description(task: dict[str, Any]) -> str:
114114
return str(task_description)
115115

116116

117-
async def _run_mcp_universe_test(
118-
test_id: str, model: str, temperature: float, output_dir: Path, toolset: str
119-
) -> Path:
117+
async def _run_mcp_universe_test(test_id: str, model: str, temperature: float, output_dir: Path, toolset: str) -> Path:
120118
"""Run MCP-Universe test and return path to results."""
121119
raw_dir = output_dir / "raw"
122120
raw_dir.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)