Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typing): Satisfy
mypy
on utils.core.update_nested
This is due to a `TypedDict` being typed as `Mapping` instead of `MutableMapping` (like `dict`). At runtime it is a `dict`, so I'm not making any runtime changes - this will have to do
- Loading branch information