Skip to content

Commit 865851c

Browse files
mnvsk97claude
andcommitted
Remove dead code: unused import, duplicate deps, stale doc reference
- Remove unused `import json` from _primitives.py - Remove duplicate httpx/mcp from dev dependencies (already in main/plugin deps) - Remove reference to nonexistent docs/TODO_SCENARIOS.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2942400 commit 865851c

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

agentbreak/faults/_primitives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
import asyncio
4-
import json
4+
55
import random
66
from typing import Any
77

agentbreak/scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def validate_scenarios(scenarios: ScenarioFile) -> None:
362362
+ ", ".join(unsupported)
363363
+ ". Currently supported: "
364364
+ ", ".join(sorted(SUPPORTED_TARGETS))
365-
+ ". See docs/TODO_SCENARIOS.md for the roadmap."
365+
+ "."
366366
)
367367

368368
# Derive MCP-only kinds from registry instead of hardcoding

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ plugin = [
4747
dev = [
4848
"pytest>=8.0.0",
4949
"pytest-xdist>=3.6.0",
50-
"httpx>=0.27.0",
51-
"mcp>=1.0.0",
5250
]
5351

5452
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)