Commit d9b5502
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 d9b5502
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| 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