Commit ba34e6f
committed
Narrow mapping to dict for FixedDictStrategy in fixed_dictionaries
The public signature is now Mapping (covariant), but FixedDictStrategy
requires a concrete dict, which check_type already guarantees at runtime.
Cast to satisfy the package-wide mypy check.
https://claude.ai/code/session_01GGWSpKXv1sihrTexfxyxBo1 parent ffd60aa commit ba34e6f
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
588 | 593 | | |
589 | 594 | | |
590 | 595 | | |
| |||
0 commit comments