Skip to content

Commit

Permalink
hashindex.pyx: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 14, 2024
1 parent e1ad663 commit 10e2d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/hashindex.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ cdef class ChunkKeyIterator:
self.key_size = key_size
self.exhausted = 0

def __iter__(self):q
def __iter__(self):
return self

def __next__(self):
Expand Down

0 comments on commit 10e2d50

Please sign in to comment.