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
The method serialize_model returns dict but when the input is a list, it returns a list of dicts. The return type should be Union[dict, List[dict]] to accurately represent what the method returns.
The method
serialize_modelreturnsdictbut when the input is a list, it returns a list of dicts. The return type should beUnion[dict, List[dict]]to accurately represent what the method returns.Originally posted by @Copilot in #221 (comment)