From: Stephen Finucane Date: Thu, 8 Sep 2022 20:43:59 +0000 (+0100) Subject: trivial: Fix style issues X-Git-Tag: v3.2.0~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=210c0df715a87eb2a314e853f4db8a55e4b4786b;p=thirdparty%2Fpatchwork.git trivial: Fix style issues New flake8, same issues. Signed-off-by: Stephen Finucane --- 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