Skip to content

Commit 4cce4a6

Browse files
Copilotrchiodo
andcommitted
Fix ruff error: remove unused 'stop' variable in test
Co-authored-by: rchiodo <19672699+rchiodo@users.noreply.github.com>
1 parent 6c3bcc9 commit 4cce4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debugpy/test_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class AnnotatedClass:
432432
session.set_breakpoints(code_to_debug, all)
433433

434434
# Wait for the breakpoint
435-
stop = session.wait_for_stop(
435+
session.wait_for_stop(
436436
"breakpoint",
437437
expected_frames=[some.dap.frame(code_to_debug, "bp")]
438438
)

0 commit comments

Comments
 (0)