Skip to content

Commit

Permalink
drop NotImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Oct 17, 2022
1 parent 33ebec3 commit 3f3ee59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distributed/diagnostics/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def __init__(
@abc.abstractproperty
def installer(self) -> str:
"""Return the name of the installer"""
raise NotImplementedError

async def setup(self, worker):
from distributed.semaphore import Semaphore
Expand Down Expand Up @@ -314,7 +313,6 @@ async def setup(self, worker):
@abc.abstractmethod
def _install(self) -> None:
"""Install the requested packages"""
raise NotImplementedError

async def _is_installed(self, worker):
return await worker.client.get_metadata(
Expand Down

0 comments on commit 3f3ee59

Please sign in to comment.