Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicit enumerate call #261

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

DimitriPapadopoulos
Copy link
Contributor

Replace range(len(expr)) with enumerate(expr)

Replace `range(len(expr))` with `enumerate(expr)`
@FrancescAlted
Copy link
Member

Sure. Thank you!

@FrancescAlted FrancescAlted merged commit 4615a38 into Blosc:main Sep 23, 2024
6 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the PTC-W0060 branch September 23, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants