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

Remove redundant if statement in dependency resolver deep traversal #3459

Merged
merged 2 commits into from
May 27, 2024

Conversation

benclifford
Copy link
Collaborator

deep_traverse_to_gather (and any traverse_to_gather) always returns only Futures in its return list, so this if statement will always fire (or at least, if it doesn't, it is a bug, not something to be ignored by this if)

Type of change

  • Code maintenance/cleanup

deep_traverse_to_gather (and any traverse_to_gather) always returns
only Futures in its return list, so this if statement will always fire
(or at least, if it doesn't, it is a bug, not something to be ignored
by this `if`)
@benclifford benclifford merged commit 5b21ab1 into master May 27, 2024
6 checks passed
@benclifford benclifford deleted the benc-deep-dependencies-list-if branch May 27, 2024 09:12
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