Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoldFracek committed Feb 26, 2024
1 parent f62c308 commit 9924ff9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qwlist/eager.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,7 @@ def inner():
for i, elem in enumerate(self, start=start):
yield i, elem
return EagerQList(inner())


if __name__ == '__main__':
...

0 comments on commit 9924ff9

Please sign in to comment.