Fix up a bunch of lint issues.

Review Request #13805 — Created April 30, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

This change fixes up a bunch of mostly-harmless linter errors. The vast
majority of these are unused imports or variable assignments that are
never used.

Ran unit tests.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Fix up a bunch of lint issues.
This change fixes up a bunch of mostly-harmless linter errors. The vast majority of these are unused imports or variable assignments that are never used. Testing Done: Ran unit tests. Reviewed at https://reviews.reviewboard.org/r/13805/
f6ed350d95865057a027dcb1fa4495fa963ff11f David Trowbridge
This diff has been split across 3 pages: < 1 2 3
reviewboard/webapi/resources/base_file_attachment_comment.py
reviewboard/webapi/resources/base_review_general_comment.py
reviewboard/webapi/resources/base_screenshot_comment.py
reviewboard/webapi/resources/change.py
reviewboard/webapi/resources/draft_file_attachment.py
reviewboard/webapi/resources/draft_screenshot.py
reviewboard/webapi/resources/file_attachment.py
reviewboard/webapi/resources/file_attachment_comment.py
reviewboard/webapi/resources/muted_review_request.py
reviewboard/webapi/resources/review.py
reviewboard/webapi/resources/review_request.py
reviewboard/webapi/resources/root_file_attachment_comment.py
reviewboard/webapi/resources/root_general_comment.py
reviewboard/webapi/resources/root_review.py
reviewboard/webapi/resources/screenshot_comment.py
reviewboard/webapi/tests/mixins_ssl.py
reviewboard/webapi/tests/test_file_attachment.py
reviewboard/webapi/tests/test_review_reply_diff_comment.py
reviewboard/webapi/tests/test_review_reply_file_attachment_comment.py
reviewboard/webapi/tests/test_review_reply_general_comment.py
reviewboard/webapi/tests/test_review_reply_screenshot_comment.py
reviewboard/webapi/tests/test_review_screenshot_comment.py
reviewboard/webapi/tests/test_root.py
This diff has been split across 3 pages: < 1 2 3
Loading...