Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typing: fix dataclass_with_properties for static type checkers
Using dataclass_transform decorators, we can tell the static type checkers that the class under construction is indeed a dataclass. More info: https://typing.readthedocs.io/en/latest/spec/dataclasses.html
- Loading branch information