Format Python SDK dangerous bypass updates

This commit is contained in:
Ahmed Ibrahim
2026-05-15 20:07:49 -07:00
parent d8ea048b5e
commit a1ef35b7b0
4 changed files with 10 additions and 30 deletions

View File

@@ -882,9 +882,7 @@ def _approval_mode_turn_sandbox_policy_lines(*, indent: str = " ") -> lis
]
def _model_arg_lines(
fields: list[PublicFieldSpec], *, indent: str = " "
) -> list[str]:
def _model_arg_lines(fields: list[PublicFieldSpec], *, indent: str = " ") -> list[str]:
return [f"{indent}{field.wire_name}={field.py_name}," for field in fields]