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
fix: Attributes without annotations cannot be dataclass parameters
All dataclass parameters have annotations. When determining which of the attributes of dataclass are parameters, we explicitly check against that condition. This help us filter out obvious non-candidates that may otherwise fall through.
PR-297: #297
0 commit comments