Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Jan 24, 2025
1 parent 0713d24 commit 69d8af2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/guess_alphabet.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ def guess_alphabet(sequence):
else:
if not isinstance(sequence, str):
warnings.warn(
("Input is {}, expected string, " "unicode string, Seq or SeqRecord " "objects!").format(
type(sequence)
)
("Input is {}, expected string, " "unicode string, Seq or SeqRecord " "objects!").format(type(sequence))
)
sequence = str(sequence)

Expand Down

0 comments on commit 69d8af2

Please # to comment.