Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
yfarjoun committed Sep 19, 2024
1 parent 7b23de9 commit 36be5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fgpyo/sam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,8 @@ def get_alignment_offsets(self, reverse: bool = False) -> Tuple[int, int]:
there is no such base.
#
""" # TODO: figure out how to remove the '#' from the documentation above without breaking the build
""" # TODO: figure out how to remove the '#' from the documentation above without
# breaking the build
start_offset: int = 0
end_offset: int = 0
element: CigarElement
Expand Down

0 comments on commit 36be5bb

Please sign in to comment.