style(test): apply ruff format to sandbox_create_for_plan_steps.py

This commit is contained in:
2026-04-24 19:37:10 +00:00
committed by Forgejo
parent cffd6d3923
commit 5e118ca636
@@ -144,7 +144,9 @@ def step_sandbox_root_is_dir(context: Context) -> None:
@then("the sandbox object should not be None for scfp")
def step_sandbox_obj_not_none(context: Context) -> None:
assert context.scfp_sandbox_obj is not None, "Expected sandbox object to not be None"
assert context.scfp_sandbox_obj is not None, (
"Expected sandbox object to not be None"
)
@then("the sandbox object should be None for scfp")