Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make some AQT dataclasses to use keyword-only fields (1/N)
This cl introduces an temporary decorator that will be temporarily used during this migration. The eventual goal is to enforce kw_only=True in all dataclasses unless it's not feasible, aiming to make AQT less error-prune and improve readability. PiperOrigin-RevId: 631132072
- Loading branch information