Commit 1e1325f
committed
refactor(operator-trend): tighten decision_memory_map type to dict[str, dict]
Match the original god-function's annotation (review nit): _decision_memory_map
returns dict[str, dict] and _resolution_targets takes it as dict[str, dict]; the
extracted helper should not widen it to dict[str, Any].1 parent b2fb0a2 commit 1e1325f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments