Skip to content

Commit

Permalink
revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Feb 4, 2025
1 parent 9317cb1 commit b442c17
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bioblend/galaxy/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ def show_dataset(self, dataset_id: str, hda_ldda: HdaLdda = "hda") -> Dict[str,
}
return self._get(id=dataset_id, params=params)

# def delete(self, dataset_ids, hda_ldda: HdaLdda = "hda", purge: bool = False) -> Dict[str, Any]:
# datasets = []
# for dataset_id in dataset_ids:
# datasets.append({"src": hda_ldda, "id": dataset_id})
# payload = {"datasets": datasets, "purge": purge}
# return self._delete(payload=payload)

def _initiate_download(
self, dataset_id: str, stream_content: bool, require_ok_state: bool = True, maxwait: float = 12000
) -> Tuple[Dict[str, Any], str, Response]:
Expand Down

0 comments on commit b442c17

Please sign in to comment.