From 0c8ba2cacf2956ec1266e30981a26719b9006892 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 29 Nov 2023 12:20:46 +0100 Subject: [PATCH] Drop unused function --- planemo/galaxy/activity.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/planemo/galaxy/activity.py b/planemo/galaxy/activity.py index 5f8d0dd80..a85deb95e 100644 --- a/planemo/galaxy/activity.py +++ b/planemo/galaxy/activity.py @@ -763,10 +763,6 @@ def _history_id(gi, **kwds) -> str: return history_id -def get_dict_from_workflow(gi, workflow_id, instance=False): - return gi.workflows._get(workflow_id, params={"instance": instance}) - - def wait_for_invocation_and_jobs( ctx, invocation_id: str, history_id: str, user_gi: GalaxyInstance, no_wait: bool, polling_backoff: int ):