-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
docs: New select examples #1843
Conversation
* Create channel_select.py Adds an example for the new channel selects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Create role_select.py Adds an example of the new role selects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update role_select.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.
No need to redefine __init__
with just a super call, leaving it unset will cause it to inherit __init__
from the superclass anyways.
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
for more information, see https://pre-commit.ci
@Nzii3 look at comments |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1843 +/- ##
==========================================
+ Coverage 33.17% 33.18% +0.01%
==========================================
Files 96 96
Lines 18672 18672
==========================================
+ Hits 6194 6197 +3
+ Misses 12478 12475 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No description provided.