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 type hints for value_chain #519

Merged
merged 1 commit into from
May 20, 2021
Merged

Conversation

vr2262
Copy link
Contributor

@vr2262 vr2262 commented May 19, 2021

Issue reference

#518

Changes

Changes the type signature for value_chain to value_chain(*args: Union[_T, Iterable[_T]]) -> Iterable[_T]

@bbayles bbayles linked an issue May 20, 2021 that may be closed by this pull request
@bbayles bbayles merged commit ae6f75d into more-itertools:master May 20, 2021
@vr2262 vr2262 deleted the patch-1 branch May 20, 2021 12: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.

Inaccurate type hint for value_chain
2 participants