Commit 09cb35d
fix: resolve Pyright strict type errors in retro widget data flow
Use explicit cast and typed dict construction instead of dict
comprehension over list[Any] to satisfy reportUnknownVariableType.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d72db4c commit 09cb35d
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
0 commit comments