Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 12, 2024
1 parent daf872b commit fb8e204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/genomicranges/GenomicRangesList.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ def range(self) -> "GenomicRangesList":
"""
return self.generic_accessor("range", func=True, cast=True)


@ut.combine_sequences.register(GenomicRangesList)
def _combine_grl(*x: GenomicRangesList):
has_names = False
Expand Down

0 comments on commit fb8e204

Please sign in to comment.