Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
barak manos authored and platonfloria committed May 13, 2024
1 parent ce98319 commit bd4e627
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane_bot/modes/triangle_multi_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ def get_all_relevant_pairs_info(CCm, all_relevant_pairs, carbon_v1_forks):
carbon_curves += [x]
else:
non_carbon_curves += [x]
all_relevant_pairs_info[pair]['non_carbon_curves'] = non_carbon_curves
all_relevant_pairs_info[pair]['carbon_curves'] = carbon_curves
all_relevant_pairs_info[pair]['curves'] = non_carbon_curves + [carbon_curves] if len(carbon_curves) > 0 else non_carbon_curves # condense carbon curves into a single list
all_relevant_pairs_info[pair]['all_counts'] = len(pair_curves)
all_relevant_pairs_info[pair]['carbon_counts'] = len(carbon_curves)
Expand Down

0 comments on commit bd4e627

Please sign in to comment.