Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid deprecated
importlib.resources.path
function (#13783)
The [`importlib.resources.path`](https://docs.python.org/3.11/library/importlib.resources.html#importlib.resources.path) function is deprecated as of Python 3.11; substitute it with `importlib.resources.files`.
- Loading branch information