Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`normalized` is typed as str which is a problem as the fallback assigns `value` to `normalized` which can be anything. This wasn't caught statically because `value` is typed as Any which effectively disables type checking.
- Loading branch information