Skip to content

Commit

Permalink
chore: fixup one lint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Nov 28, 2023
1 parent 93a6ece commit b0f9ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fgpyo/read_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@


ANY_LENGTH_CHAR: str = "+"
"""A character that can be put in place of a number in a read structure to mean "0 or more bases"."""
"""A character that can be put in place of a number in a read structure to mean "0 or more bases".
"""


@enum.unique
Expand Down

0 comments on commit b0f9ba7

Please sign in to comment.