Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using `from __future__ import annotations` in more places meant that the field's types were coming through as strings. Using `typing.get_type_hints` ensures that these references are resolved correctly.
- Loading branch information