Commit 35ba4aa1 authored by Michal Čihař's avatar Michal Čihař

Fix indentation

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent cb7f2204
......@@ -573,7 +573,7 @@ class Profile(models.Model):
try:
return self.user.change_set.values_list(
'timestamp', flat=True
)[0]
)[0]
except IndexError:
return None
......
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