Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 15:24:37 +00:00
parent 98201fa98d
commit 7c09532a51
@@ -1405,15 +1405,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