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

feat: type annotate async function (and an internal function) #123

Merged
merged 1 commit into from
May 25, 2024

Conversation

michalc
Copy link
Member

@michalc michalc commented May 25, 2024

This adds basic type annotation to async_stream_zip (and another internal function). And there is a bit of rejigging to get types to check, but other than adding return types the client-facing API should be the same.

This is inspired by #120

There will probably be more changes after this PR.

This adds basic type annotation to async_stream_zip (and another internal
function). And there is a bit of rejigging to get types to check, but other
than adding return types the client-facing API should be the same.

This is inspired by #120

There will probably be more changes after this PR.
@michalc michalc force-pushed the feat/even-more-type-annotations branch from 1f52aed to 5abae39 Compare May 25, 2024 16:55
@michalc michalc merged commit 27d9cd9 into main May 25, 2024
5 checks passed
@michalc michalc deleted the feat/even-more-type-annotations branch May 25, 2024 17:31
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.

1 participant