Skip to content

Commit

Permalink
Drop unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 29, 2023
1 parent 68cb8dd commit 0c8ba2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions planemo/galaxy/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down

0 comments on commit 0c8ba2c

Please sign in to comment.