mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Formatting cleanup for models.py
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -97,7 +97,7 @@ class JobStatusType(Enum):
|
||||
ERROR = "error"
|
||||
|
||||
|
||||
class InvitedUserStatusType(Enum):
|
||||
class InvitedUserStatus(Enum):
|
||||
PENDING = "pending"
|
||||
ACCEPTED = "accepted"
|
||||
CANCELLED = "cancelled"
|
||||
@@ -112,7 +112,7 @@ class BrandingType(Enum):
|
||||
ORG_BANNER = "org_banner"
|
||||
|
||||
|
||||
class VerifyCodeType(Enum):
|
||||
class CodeType(Enum):
|
||||
EMAIL = "email"
|
||||
SMS = "sms"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user