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 mypy type error in _add_path_with_parent function
Update the path parameter type annotation from str | None to
PathLike | None to match the types passed from callers like
_load_legacy_pickle and algo_from_json.
0 commit comments