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

Fix flat_map #47

Merged
merged 1 commit into from Jun 27, 2020
Merged

Fix flat_map #47

merged 1 commit into from Jun 27, 2020

Conversation

cgarciae
Copy link
Owner

@cgarciae cgarciae commented Jun 27, 2020

Fixes #46. This PR allows the function in flat_map to return an Awaitable[Iterable] object in addition to AsyncIterable and Iterable.

@cgarciae cgarciae changed the title feature/fix-flat-map Fix flat_map Jun 27, 2020
@cgarciae cgarciae merged commit 6d5dbdb into master Jun 27, 2020
@cgarciae cgarciae deleted the feature/fix-flat-map branch June 27, 2020 14:49
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.

TypeError: 'coroutine' object is not iterable in pypeln 0.4.2
1 participant