- Notifications
You must be signed in to change notification settings - Fork673
Update type-hints#2159
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Update type-hints#2159
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedJul 21, 2022 • edited by codecovbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by codecovbot
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #2159 +/- ##==========================================- Coverage 95.42% 95.40% -0.02%========================================== Files 79 79 Lines 5198 5206 +8 ==========================================+ Hits 4960 4967 +7- Misses 238 239 +1
Flags with carried forward coverage won't be shown.Click here to find out more.
🚀 New features to boost your workflow:
|
bf02f9e
tod4c2b57
CompareUpdate code so that the `warn_return_any` check passes.
The methods `http_get()` and `http_post()` can also return a `list`.Update the code to handle that case.Closes:#2158
The `participants()` method returns a list of dictionaries. Update thetype-hints for it.
The functions return Optional[bool].Add tests for their behavior
d4c2b57
to00b3e26
CompareThis Pull Request (PR) was marked stale because it has been open 90 days with no activity. Please remove the stale label or comment on this PR. Otherwise, it will be closed in 15 days. |
chore: correct type-hints for
participants()
methodThe
participants()
method returns a list of dictionaries. Update thetype-hints for it.
chore: correct type-hints for
http_get/http_post
derived valuesThe methods
http_get()
andhttp_post()
can also return alist
.Update the code to handle that case.
Closes:#2158