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

Support iterables in pipeline.get #62

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Support iterables in pipeline.get #62

merged 2 commits into from
Oct 10, 2023

Conversation

jl-wynen
Copy link
Member

@jl-wynen jl-wynen commented Oct 9, 2023

Fixes #47

It seems to be very difficult to appease mypy here because type guards (_is_multiple_keys) only apply in the then-branch, not the else-branch. So I just disabled the affected checks.

@jl-wynen jl-wynen merged commit 4e29cfa into main Oct 10, 2023
@jl-wynen jl-wynen deleted the iterable-in-get branch October 10, 2023 07:37
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.

Support any iterable in Pipeline.get
2 participants