Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use named arguments in DaskFinder.find_spec
Follow the base class argument names as in `MetaPathFinder.find_spec` per https://docs.python.org/3.13/library/importlib.html#importlib.abc.MetaPathFinder.find_spec This allows find_spec callers to use keyword arguments for `path` and `target`.
- Loading branch information