Cython: minor fixes

This commit is contained in:
Celine Mercier
2018-10-17 11:26:13 +02:00
parent ec73fa840a
commit 6a8670d24a
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ def fastaNucIterator(lineiterator,
cdef dict tags
cdef list s
cdef bytes sequence
cdef int lines_to_skip, ionly, read
cdef int skipped, ionly, read
cdef Nuc_Seq seq
if only is None: