Skip to content

Commit

Permalink
fix arguments to match with Data class
Browse files Browse the repository at this point in the history
  • Loading branch information
PlushZ committed Sep 5, 2024
1 parent c6d30f9 commit 1bb00d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def display_data(
headers,
)
else:
return super().display_data(self, trans, dataset, preview, filename, to_ext, **kwd)
return super().display_data(trans, dataset, preview, filename, to_ext, **kwd)


class Alignment(data.Text):
Expand Down

0 comments on commit 1bb00d3

Please sign in to comment.