You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Signed-off-by: János Kukovecz <kukoveczjanos@gmail.com>
0 commit comments