Skip to content

Commit

Permalink
style: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
emmcauley committed Sep 30, 2024
1 parent 5e0d8c6 commit e3870f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prymer/api/oligo.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def longest_hp_length(self) -> int:
else:
return longest_homopolymer_length(self.bases)


@property
def length(self) -> int:
"""Length of un-tailed oligo."""
Expand Down

0 comments on commit e3870f3

Please sign in to comment.