Commit ef02675d authored by Michal Čihař's avatar Michal Čihař

Remove unused variable

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6f45d372
......@@ -67,7 +67,7 @@ def auto_translate(user, translation, source, inconsistent, overwrite):
unit.fuzzy = update.fuzzy
unit.target = update.target
# Create signle change object for whole merge
change = Change.objects.create(
Change.objects.create(
action=Change.ACTION_AUTO,
unit=unit,
user=user,
......
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