From b5dada79321d352d6ba0a3a017f312f70ac69284 Mon Sep 17 00:00:00 2001 From: free hacker <freeh4cker@gmail.com> Date: Thu, 18 Feb 2016 00:38:02 +0100 Subject: [PATCH] extra docstring which was add automatically by editorwq --- source/_static/code/fasta_object.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/_static/code/fasta_object.py b/source/_static/code/fasta_object.py index 7d4deba..963229a 100644 --- a/source/_static/code/fasta_object.py +++ b/source/_static/code/fasta_object.py @@ -35,9 +35,6 @@ class FastaParser(object): :return: at each call return a new :class:`Sequence` object :raise: StopIteration """ - """ - :return: - """ for line in self._file: if line.startswith('>'): # a new sequence begin -- GitLab