Commit 08c555a
fix(test): use narrower mypy ignore code for method-assign
mypy now reports [method-assign] instead of [assignment] for
monkey-patched async methods. Update type: ignore comments to
use the narrower code so `make typecheck` passes cleanly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b5e5ffa commit 08c555a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments