Skip to content

Commit

Permalink
refactor: update primer3weights imports
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Sep 23, 2024
1 parent cd69f53 commit 12a3c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/primer3/test_primer3_weights.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from prymer.primer3.primer3_input_tag import Primer3InputTag
from prymer.primer3.primer3_weights import Primer3Weights
from prymer.primer3 import Primer3InputTag
from prymer.primer3 import Primer3Weights


def test_primer_weights_valid() -> None:
Expand Down

0 comments on commit 12a3c49

Please sign in to comment.