Commit 08448fd
fix: Format test_demo_debug.py with Black to pass CI checks
Apply Black formatting to test_demo_debug.py to resolve CI failure.
Changes:
- Add trailing commas to dictionary entries (PEP 8 style)
- Add blank line after import statement for readability
This fixes the CI error:
"would reformat /home/runner/work/mcp-debugpy/mcp-debugpy/test_demo_debug.py"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4cd48e0 commit 08448fd
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments