Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix leftover comment
Browse files Browse the repository at this point in the history
ntessore committed Sep 8, 2023
1 parent 7c57644 commit ffcaa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heracles/catalog/base.py
Original file line number Diff line number Diff line change
@@ -358,5 +358,5 @@ def select(self, selection):
for filt in self._filters:
filt(page)

# yield the filtered page, unless empty
# yield the filtered page
yield page

0 comments on commit ffcaa85

Please sign in to comment.