Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed May 29, 2024
1 parent 1fd03e4 commit c59cb66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anglerfish/demux/adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(
i5_index: str | None = None,
):
self.name: str = name
self.index_token: str = INDEX_TOKEN
self.i5 = AdaptorPart(
sequence_token=adaptors[name]["i5"], name=name, end="i5", index_seq=i5_index
)
Expand Down

0 comments on commit c59cb66

Please sign in to comment.