From: Stephen Finucane Date: Thu, 8 Sep 2022 20:43:59 +0000 (+0100) Subject: trivial: Fix style issues X-Git-Tag: v3.1.1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a0031bf9993ba16d0a0d11a58ac20d8c509b5b8;p=thirdparty%2Fpatchwork.git trivial: Fix style issues New flake8, same issues. Signed-off-by: Stephen Finucane (cherry picked from commit 210c0df715a87eb2a314e853f4db8a55e4b4786b) --- diff --git a/patchwork/tests/api/test_comment.py b/patchwork/tests/api/test_comment.py index d4b3eba1..994db70b 100644 --- a/patchwork/tests/api/test_comment.py +++ b/patchwork/tests/api/test_comment.py @@ -449,7 +449,8 @@ class TestPatchComments(utils.APITestCase): @utils.store_samples('patch-comment-detail-update-not-authorized') def test_update_not_authorized(self): - """Update an existing patch comment when not signed in and not authorized. + """Update an existing patch comment when not signed in and not + authorized. To be authorized users must meet at least one of the following: - project maintainer, patch submitter, patch delegate, or