Commit 07e810a
committed
fix(pool_client): broaden __init__ impl area param to Any
Reordering the overloads adjacent to their impls (prior commit) surfaced a
latent mismatch: the impl signature area: _AreaT did not accept overload
signatures binding area to Literal[Area.CN]/_GlobalArea. Per mypy convention
the overload *implementation* signature uses Any; callers still see the
precise overloads.1 parent a9ad926 commit 07e810a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| |||
0 commit comments