mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-05 23:41:34 +08:00
The recent change to better type the `sort` and `filter` kwargs had the side effect of making them required. So we fix to supply a default argument. Signed-off-by: BJ Hargrave <bj@hargrave.dev>