Commit 234b2bf
fix: rename _cancelled to _ to satisfy pyright reportUnusedVariable
The split() return value for the cancelled subgroup is intentionally
discarded. Use bare _ instead of _cancelled so pyright strict mode
recognises it as an unused-by-design binding.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ed76490 commit 234b2bf
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments