Skip to content
Snippets Groups Projects
Commit 8f696d6f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

removed unreachable code

parent ca8f14e3
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,6 @@ cdef class Chunk:
:raises InvalidState: chunk is closed
"""
raise NotImplementedError('Abstract method!')
return 0
cpdef object iterate_indices(self, unsigned long starting_entry, unsigned long stopping_entry):
"""
......
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