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

Switch from asyncio.wait_for to async_timeout to avoid task creation #387

Merged
merged 1 commit into from
Jan 21, 2023

Conversation

bdraco
Copy link
Collaborator

@bdraco bdraco commented Jan 21, 2023

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #387 (2003643) into master (56cf8b5) will decrease coverage by 0.69%.
The diff coverage is 96.00%.

@@            Coverage Diff             @@
##           master     #387      +/-   ##
==========================================
- Coverage   94.51%   93.83%   -0.69%     
==========================================
  Files          12       16       +4     
  Lines        2880     3177     +297     
==========================================
+ Hits         2722     2981     +259     
- Misses        158      196      +38     
Impacted Files Coverage Δ
flux_led/aioutils.py 80.00% <80.00%> (ø)
flux_led/aiodevice.py 98.95% <100.00%> (+0.01%) ⬆️
flux_led/aioscanner.py 98.92% <100.00%> (ø)
flux_led/scanner.py 80.95% <0.00%> (ø)
flux_led/aio.py 100.00% <0.00%> (ø)

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

@bdraco bdraco marked this pull request as ready for review January 21, 2023 19:09
@bdraco bdraco merged commit ee60376 into master Jan 21, 2023
@bdraco bdraco deleted the async_timeout branch January 21, 2023 19:09
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.

None yet

2 participants