Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugins to inherit from
WorkerPlugin
(#1230)
Upstream in `distributed` we're considering enforcing plugins to inherit from their respective base class (e.g. `WorkerPlugin`, `SchedulerPlugin`, `NannyPlugin`) dask/distributed#8149. This PR updates plugins here to inherhit from `WorkerPlugin`. This makes things a little more future-proof and is probably a good thing to do anyways. Authors: - James Bourbeau (https://github.com/jrbourbeau) - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) URL: #1230
- Loading branch information