mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
Fix ServiceWhiteList __repr__
Apparently this code was unreachable.
This commit is contained in:
@@ -179,8 +179,7 @@ class ServiceWhitelist(db.Model):
|
||||
return instance
|
||||
|
||||
def __repr__(self):
|
||||
return 'Recipient {} of type: {}'.format(self.recipient,
|
||||
self.recipient_type)
|
||||
return 'Recipient {} of type: {}'.format(self.recipient, self.recipient_type)
|
||||
|
||||
|
||||
class ApiKey(db.Model, Versioned):
|
||||
|
||||
Reference in New Issue
Block a user