Skip to content

Commit

Permalink
fix (PVG): unused variable remvoed
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Nov 14, 2023
1 parent 7da24d2 commit 24c373a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions moPepGen/svgraph/PeptideVariantGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,6 @@ def create_cleavage_graph(self) -> None:
if cur.is_already_cleaved() and first_site == -1:
continue

cur_seq = str(cur.seq.seq)

if len(cur.in_nodes) == 1:
downstreams, inbridges = self.fit_into_cleavages_single_upstream(cur)
else:
Expand Down

0 comments on commit 24c373a

Please sign in to comment.