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

Remove not needed indentation

parent c1c2be48
......@@ -434,12 +434,12 @@ class UnitManager(models.Manager):
cnt -= 1
return self.filter(
translation__subproject__project=unit.translation.subproject.project,
translation__language=unit.translation.language,
checksum__in=ret
).exclude(
target__in=['', unit.target]
)
translation__subproject__project=unit.translation.subproject.project,
translation__language=unit.translation.language,
checksum__in=ret
).exclude(
target__in=['', unit.target]
)
def same(self, unit):
'''
......
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