Skip to content

Commit 8a0031b

Browse files
committed
trivial: Fix style issues
New flake8, same issues. Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit 210c0df)
1 parent b89ba00 commit 8a0031b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

patchwork/tests/api/test_comment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ def test_update_authorized(self):
449449

450450
@utils.store_samples('patch-comment-detail-update-not-authorized')
451451
def test_update_not_authorized(self):
452-
"""Update an existing patch comment when not signed in and not authorized.
452+
"""Update an existing patch comment when not signed in and not
453+
authorized.
453454
454455
To be authorized users must meet at least one of the following:
455456
- project maintainer, patch submitter, patch delegate, or

0 commit comments

Comments
 (0)