Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix matter_yamltests with Python 11 again. (#26464)
Due to https://docs.python.org/3.11/whatsnew/3.11.html#dataclasses, the previous code fails: it's using a mutable class instance as a default values of a dataclass field.
- Loading branch information