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

Change functions of various arity returning Awaitable[T] to async functions returning T. #15

Merged
merged 2 commits into from
Aug 17, 2022

Conversation

nekitdev
Copy link
Owner

@nekitdev nekitdev commented Aug 17, 2022

This allows for simpler code annotation-wise.

@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #15 (5bb815f) into main (5f62a6c) will increase coverage by 0.03%.
The diff coverage is 92.59%.

❗ Current head 5bb815f differs from pull request most recent head 372be15. Consider uploading reports for the commit 372be15 to get more accurate results

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   37.81%   37.84%   +0.03%     
==========================================
  Files           8        8              
  Lines        3821     3823       +2     
==========================================
+ Hits         1445     1447       +2     
  Misses       2376     2376              
Impacted Files Coverage Δ
iters/async_utils.py 21.48% <ø> (ø)
iters/async_iters.py 54.60% <92.30%> (+0.11%) ⬆️
iters/typing.py 90.56% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nekitdev nekitdev merged commit e17bb9d into main Aug 17, 2022
@nekitdev nekitdev deleted the awaitable-to-async branch August 17, 2022 15:27
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