Skip to content

Commit 41f37c5

Browse files
committed
Drop unnecessary implementation
1 parent 2594853 commit 41f37c5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

planemo/engine/galaxy.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,17 +205,6 @@ def _serve_kwds(self):
205205
serve_kwds["uvx_galaxy"] = True
206206
return serve_kwds
207207

208-
@contextlib.contextmanager
209-
def ensure_runnables_served(self, runnables):
210-
"""Ensure runnables are served using uvx Galaxy configuration."""
211-
with serve_daemon(self._ctx, runnables, **self._serve_kwds()) as config:
212-
if "install_args_list" in self._serve_kwds():
213-
self.shed_install(config)
214-
try:
215-
yield config
216-
finally:
217-
config.kill()
218-
219208

220209
class ExternalGalaxyEngine(GalaxyEngine):
221210
"""An :class:`Engine` implementation backed by an external Galaxy instance."""

0 commit comments

Comments
 (0)