Commit 32ab4a74 authored by Michal Čihař's avatar Michal Čihař

Silent pylint warning on unicode literal

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 50706a2f
......@@ -703,6 +703,7 @@ class Unit(models.Model, LoggerMixin):
action = Change.ACTION_NEW
# Should we store history of edits?
# pylint: disable=R0204
if self.translation.subproject.save_history:
history_target = self.target
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment