Skip to content

Commit

Permalink
Remove unused internal method of WorkflowAPIController
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed May 29, 2024
1 parent 71867f6 commit ccfef02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/galaxy/webapps/galaxy/api/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ def import_shared_workflow_deprecated(self, trans: GalaxyWebTransaction, payload
raise exceptions.ObjectAttributeMissingException("Missing required parameter 'workflow_id'.")
self.service._api_import_shared_workflow(trans, workflow_id, payload)

def __get_stored_workflow(self, trans, workflow_id, **kwd):
instance = util.string_as_bool(kwd.get("instance", "false"))
return self.workflow_manager.get_stored_workflow(trans, workflow_id, by_stored_id=not instance)


StoredWorkflowIDPathParam = Annotated[
DecodedDatabaseIdField,
Expand Down

0 comments on commit ccfef02

Please sign in to comment.