diff --git a/app/models.py b/app/models.py index c24ce7b18..9f3a583a9 100644 --- a/app/models.py +++ b/app/models.py @@ -178,9 +178,8 @@ class ServiceWhitelist(db.Model): else: return instance - def __repr__(self): - return 'Recipient {} of type: {}'.format(self.recipient, - self.recipient_type) + def __repr__(self): + return 'Recipient {} of type: {}'.format(self.recipient, self.recipient_type) class ApiKey(db.Model, Versioned):