From 3d7f576243d4966ed4ee5a2c82688eb6da58cd50 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Sat, 2 May 2026 23:50:54 +0000 Subject: [PATCH] style(test): fix ruff format trailing newline in sandbox_create_for_plan_steps.py --- features/steps/sandbox_create_for_plan_steps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/features/steps/sandbox_create_for_plan_steps.py b/features/steps/sandbox_create_for_plan_steps.py index 49e1cb5b9..ff625162a 100644 --- a/features/steps/sandbox_create_for_plan_steps.py +++ b/features/steps/sandbox_create_for_plan_steps.py @@ -170,4 +170,3 @@ def step_sandbox_root_differs(context: Context) -> None: @then("the cleanup call should complete without error for scfp") def step_cleanup_no_error(context: Context) -> None: assert context.scfp_cleanup_done is True -