Commit d8ef07d
committed
Remove incorrect pragma: no cover from anthropic.py line 460
The else branch at line 460-462 is actually covered by tests for
unsupported builtin tools, so the pragma: no cover is incorrect.
This was a pre-existing issue inherited from main branch.
Fixes strict-no-cover validation error.1 parent 7d683b7 commit d8ef07d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
0 commit comments