Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the type hint for
Field.converter
`Field.converter` is called in `Field.validateValue()` on the result of `Field.extractValue()`, which will return either a string, JSON-serializable objects, or None, but not bytes.
- Loading branch information