Skip to content

Commit

Permalink
Black.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Oct 12, 2023
1 parent 3a15eeb commit c2b2469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/finger/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def email(self):
if self.member.email:
return self.member.email
else:
return '%s@stacken.kth.se' % self.username
return "%s@stacken.kth.se" % self.username

def __repr__(self):
return f"<User: {self.username} ({self.pk})>"
Expand Down

0 comments on commit c2b2469

Please sign in to comment.