Commit 1083f75
dragogargo
fix: restore pragma no cover on unreachable cancel_scope guard
Line 147-148 is unreachable: _cancel_scope is always set in __init__.
The previous pragma removal was too aggressive - only remove pragmas
from lines that are actually covered by the new tests.1 parent 7a9b105 commit 1083f75
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments