alexdelorenzo/aiopath

AsyncPath.samefile() coroutine method does not accept str paths

alexdelorenzo opened this issue · 1 comments

pathlib.Path.samefile() accepts Path objects and strs, AsyncPath.samefile() doesn't.

Fixed in commit 00605c4