Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 4, 2024
1 parent 894498e commit 05f716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def _pick_top_primer_pairs(
max_mismatches_in_three_prime_region=0,
max_mismatches=0,
max_amplicon_size=params.amplicon_sizes.max,
) as offtarget_detector
) as offtarget_detector,
):
picked: list[PrimerPair] = pick_top_primer_pairs(
primer_pairs=primer_pairs,
Expand Down

0 comments on commit 05f716e

Please sign in to comment.