Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes the `os.PathLike[Any]` annotation to `os.PathLike`. `os.PathLike` isn't subscriptable in Python 3.8, so `os.PathLike[Any]` results in `TypeError: 'ABCMeta' object is not subscriptable`.
- Loading branch information