ruff: tools/update-verify/scripts/async_download.py: Useless `return` statement at end of function
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Tracking
(firefox137 fixed)
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: abe, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=python])
Attachments
(1 file)
Filling as a good first bug to learn workflows.
Useless return statement at end of function PLR1711 (ruff)
https://searchfox.org/mozilla-central/source/tools/update-verify/scripts/async_download.py#349
As the change is trivial, it is just to learn how to contribute to Firefox.
Found by https://docs.astral.sh/ruff/rules/useless-return/
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
https://firefox-source-docs.mozilla.org/contributing/stack_quickref.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Comment 4•1 year ago
|
||
Possibly :)
With good mentorship, I'd be happy to take on a more challenging ticket :-)
Comment 5•1 year ago
|
||
| bugherder | ||
| Reporter | ||
Comment 6•1 year ago
|
||
(In reply to abe hanoka from comment #4)
Possibly :)
With good mentorship, I'd be happy to take on a more challenging ticket :-)
https://bugzilla.mozilla.org/show_bug.cgi?id=1209390 looks interesting :)
Description
•