Removed unused notifcation status

This commit is contained in:
Martyn Inglis
2016-03-03 12:19:56 +00:00
parent 2d142287c2
commit aaedd4d054

View File

@@ -207,7 +207,7 @@ class VerifyCode(db.Model):
return check_hash(cde, self._code)
NOTIFICATION_STATUS_TYPES = ['sent', 'failed', 'failed - restricted service']
NOTIFICATION_STATUS_TYPES = ['sent', 'failed']
class Notification(db.Model):