AsyncPath.samefile() coroutine method does not accept str paths
alexdelorenzo opened this issue · 1 comments
alexdelorenzo commented
pathlib.Path.samefile()
accepts Path
objects and str
s, AsyncPath.samefile()
doesn't.
alexdelorenzo commented
Fixed in commit 00605c4