Commit 3bc5e2d
committed
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.
Signed-off-by: Soumya Snigdha Kundu <soumya_snigdha.kundu@kcl.ac.uk>1 parent 0a0e064 commit 3bc5e2d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments