]> git.ipfire.org Git - thirdparty/patchwork.git/commit
trivial: Use implicit string concatenation
authorStephen Finucane <stephen@that.guru>
Fri, 26 Oct 2018 09:34:34 +0000 (10:34 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 26 Oct 2018 09:42:01 +0000 (10:42 +0100)
commited2052cd7f4087774263159f85361c2e03b2c161
tree1d872e12869b71a45770b356b24989fcf3d2268a
parent498a8eeaa6c9d1dca8ab29a845325cff1463e815
trivial: Use implicit string concatenation

While pycodestyle's W504 ("line break after binary operator") error was
recently disabled, it did highlight a number of areas where explicit
string concatenation was being used despite it not be necessary. Fix
these while we're aware of them.

[1] http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/filters.py
patchwork/forms.py
patchwork/parser.py
patchwork/tests/test_updates.py