Commit 701e4d7
committed
fix(test): mark unused stream variables with underscore
Pyright reports error when variables are assigned but never used.
Changed (read_stream, write_stream) to (_, _) to indicate these are
intentionally unused in the race condition test.1 parent 157a3e8 commit 701e4d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| |||
0 commit comments