Skip to content

Commit 9033b20

Browse files
committed
Fix lint
1 parent 5b4d67d commit 9033b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_remote_debugging_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ Example output:
23952395
# First subtask (sub_main_2) and what it's waiting for
23962396
[
23972397
[("c1", "script.py", 23)],
2398-
"sub_main_2",
2398+
"sub_main_2",
23992399
[...]
24002400
],
24012401
# Second subtask and its waiters

0 commit comments

Comments
 (0)