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

Update hustle.py #1181

Merged
merged 3 commits into from
Jan 29, 2025
Merged

Update hustle.py #1181

merged 3 commits into from
Jan 29, 2025

Conversation

walker-aj
Copy link
Contributor

This function currently appends the results of pagination to the end of a list, resulting in lists of lists when pulling data with results greater than PAGE_LIMIT (1000). The function should instead join lists.

I'm using the '+' operator, but the '.extend()' method could also be used.

walker-aj and others added 3 commits October 7, 2024 14:03
This function currently appends the results of pagination to the end of a list, resulting in lists of lists when pulling data with results greater than PAGE_LIMIT (1000). The function should instead join lists.

I'm using the '+' operator, but the '.extend()' method could also be used.
@shaunagm shaunagm added the breaking change applied only to PRs, indicates when something has a breaking change to be flagged in release notes label Jan 29, 2025
@shaunagm shaunagm merged commit afa5b77 into move-coop:main Jan 29, 2025
57 checks passed
@shaunagm shaunagm added the 🎉 first PR the first PR by a new contributor label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change applied only to PRs, indicates when something has a breaking change to be flagged in release notes 🎉 first PR the first PR by a new contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants