diff --git a/fgpyo/sam/__init__.py b/fgpyo/sam/__init__.py index 207f39b..75d8368 100644 --- a/fgpyo/sam/__init__.py +++ b/fgpyo/sam/__init__.py @@ -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