Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 14:56:02 +00:00
parent 6eef693d6e
commit c8dd449d1a
@@ -1326,5 +1326,3 @@ def _get_runtime_arg(tool: BaseTool) -> Optional[str]:
"""
reserved_args = _get_reserved_keyword_args(tool)
return "runtime" if "runtime" in reserved_args else None