Skip to content
Snippets Groups Projects
Unverified Commit 3c6e4cbb authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

remove extra blank lines

parent 021957af
No related branches found
No related tags found
No related merge requests found
Pipeline #58792 passed
...@@ -20,4 +20,4 @@ def fasta_reader(fasta_path): ...@@ -20,4 +20,4 @@ def fasta_reader(fasta_path):
comment = ' '.join(header[1:]) comment = ' '.join(header[1:])
else: else:
sequence += line.strip() sequence += line.strip()
return Sequence(id_ , comment, sequence) return Sequence(id_, comment, sequence)
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment