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 3 (Latest)

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/
261ff4a341b1fdd19a4f6193eca636c8c27b614d 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...