From 3c6e4cbb71ad198d050ef9fbd9b1d10bb2aedb45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr>
Date: Tue, 15 Jun 2021 15:26:19 +0200
Subject: [PATCH] remove extra blank lines

---
 source/_static/code/fasta_reader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/_static/code/fasta_reader.py b/source/_static/code/fasta_reader.py
index 4ef969e..8d4772b 100644
--- a/source/_static/code/fasta_reader.py
+++ b/source/_static/code/fasta_reader.py
@@ -20,4 +20,4 @@ def fasta_reader(fasta_path):
                 comment = ' '.join(header[1:])
             else:
                 sequence += line.strip()
-    return Sequence(id_ , comment, sequence)
\ No newline at end of file
+    return Sequence(id_, comment, sequence)
\ No newline at end of file
-- 
GitLab