Skip to content

Commit

Permalink
STY: remove unneeded f-string prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 10, 2022
1 parent 0d407f9 commit 2be3aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strainflye/tests/test_fdr_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ def test_is_transversion_non_nucleotide():

assert str(ei.value) == (
"is_transversion() parameters are not both str nucleotides. "
f"nt1 == AC, nt2 == AC. Check types?"
"nt1 == AC, nt2 == AC. Check types?"
)


Expand Down

0 comments on commit 2be3aaf

Please sign in to comment.