-
Notifications
You must be signed in to change notification settings - Fork 20
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
Small cleanups to IP connection #338
Conversation
bdraco
commented
Oct 19, 2023
- Add more typing
- Add some doc strings
- Avoid async_timeout overhead when waiting for a future
- Add more typing - Add some doc strings - Avoid async_timeout overhead when waiting for a future
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #338 +/- ##
==========================================
- Coverage 67.99% 67.99% -0.01%
==========================================
Files 71 71
Lines 6781 6789 +8
==========================================
+ Hits 4611 4616 +5
- Misses 2170 2173 +3
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Body is bytes|None (this was meant to be against request() but I apparently tapped on the wrong pixels)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks. I think we can make body types tighter but otherwise all good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks. I think we can make body types tighter but otherwise all good
Ran overnight all good 👍 |