Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When importing __future__.annotations, class annotations are evaluated lazily, and dataclasses.Field.type becomes str instead of actual type. To access its accutual type, we patch the member. Ref: mivade#47
- Loading branch information