mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
7ef1e06f4d
* Functions with `settings` params actually accepts `Settings` (or `dict` only if has `@apply_settings` decorator) * Use `TypeVar` for date params that are used as return objects * Use `collections.abc.Set` instead of `set` since there is an `isinstance` check specifically for `collections.abc.Set` * Annotated many other parameters