Skip to content

Commit f43619a

Browse files
dobracclaude
andcommitted
style: fix formatting in sync stacktrace test
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ed8069a commit f43619a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/python-sdk/tests/sync/template_sync/test_stacktrace.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,7 @@ def test_traces_on_run_cmd(build):
220220
template = Template()
221221
template = template.from_base_image()
222222
template = template.skip_cache().run_cmd(f"cat {non_existent_path}")
223-
_expect_to_throw_and_check_trace(
224-
lambda: build(template, name="run_cmd"), "run_cmd"
225-
)
223+
_expect_to_throw_and_check_trace(lambda: build(template, name="run_cmd"), "run_cmd")
226224

227225

228226
@pytest.mark.skip_debug()

0 commit comments

Comments
 (0)