Trying to get a repr implemented on all models. While checking on this I realized that we should have code coverage working - found a typo in the action.
fix: new test found that group_item says name is optional in init, but not optional as a property. removed the non_nullable checks.
Trying to get a repr implemented on all models. While checking on this I realized that we should have code coverage working - found a typo in the action.
fix: new test found that group_item says name is optional in init, but not optional as a property. removed the non_nullable checks.