Commit f900d99
fix(verifier): resolve CodeQL no-effect Protocol stub
VerifierStrategy.verify used `...` as its body, which CodeQL flags as
py/ineffectual-statement and which also diverged from the existing
FindingVerifier Protocol house style. Use a docstring body instead, and
drop the now-redundant quoted forward reference (UP037, future annotations).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 74ae9d1 commit f900d99
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments