Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add from_dict overload for when return_unused_kwargs is a bool
type checkers won't infer Union[Literal[True], Literal[False]] in this case, so we need to manually define it microsoft/pyright#5230
- Loading branch information