style: auto-fix ruff lint and format

This commit is contained in:
github-actions[bot]
2026-03-01 17:54:47 +00:00
parent 5e4db385d3
commit eaab19b1ca
9 changed files with 109 additions and 144 deletions

View File

@@ -510,9 +510,9 @@ async def manage_deployment(
service, user_google_email, script_id, deployment_id
)
else:
raise ValueError(f"Invalid action '{action}'. Must be 'create', 'update', or 'delete'.")
raise ValueError(
f"Invalid action '{action}'. Must be 'create', 'update', or 'delete'."
)
async def _list_deployments_impl(
@@ -602,8 +602,6 @@ async def _update_deployment_impl(
return "\n".join(output)
async def _delete_deployment_impl(
service: Any,
user_google_email: str,
@@ -628,8 +626,6 @@ async def _delete_deployment_impl(
return output
async def _list_script_processes_impl(
service: Any,
user_google_email: str,