Skip to content

Commit

Permalink
Remove unnecessary methods
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Mar 5, 2024
1 parent 46fb016 commit 4b75138
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/galaxy/model/dataset_collections/types/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ class ListDatasetCollectionType(BaseDatasetCollectionType):

collection_type = "list"

def __init__(self):
pass

def generate_elements(self, elements):
for identifier, element in elements.items():
association = DatasetCollectionElement(
Expand Down
3 changes: 0 additions & 3 deletions lib/galaxy/model/dataset_collections/types/paired.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ class PairedDatasetCollectionType(BaseDatasetCollectionType):

collection_type = "paired"

def __init__(self):
pass

def generate_elements(self, elements):
if forward_dataset := elements.get(FORWARD_IDENTIFIER):
left_association = DatasetCollectionElement(
Expand Down

0 comments on commit 4b75138

Please sign in to comment.