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

Add async before with #40

Closed
wants to merge 1 commit into from
Closed

Add async before with #40

wants to merge 1 commit into from

Conversation

berkersal
Copy link

Fixes the deprecation warning

DeprecationWarning: with timeout() is deprecated, use async with timeout() instead
    with async_timeout.timeout(self.timeout):

DeprecationWarning: with timeout() is deprecated, use async with timeout() instead
    with async_timeout.timeout(self.timeout):
@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Patch coverage: 50.00% and no project coverage change.

Comparison is base (9f72572) 16.57% compared to head (9912cca) 16.57%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   16.57%   16.57%           
=======================================
  Files           2        2           
  Lines         380      380           
  Branches       62       62           
=======================================
  Hits           63       63           
  Misses        315      315           
  Partials        2        2           
Files Changed Coverage Δ
src/bluetooth_auto_recovery/recover.py 15.91% <0.00%> (ø)
src/bluetooth_auto_recovery/__init__.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco
Copy link
Member

bdraco commented Jan 10, 2024

Thanks. Looks like this already got solved in another PR

@bdraco bdraco closed this Jan 10, 2024
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.

2 participants