remove healthcheck.py changes

This commit is contained in:
Beverly Nguyen
2025-07-04 17:33:25 -07:00
parent 9d9fa1c394
commit ee2f777904
2 changed files with 6 additions and 12 deletions

View File

@@ -50,11 +50,6 @@ class VerificationStatus(StrEnum):
SUCCESS = "success"
class HealthStatus(StrEnum):
OK = "ok"
ERROR = "error"
class AuthType(StrEnum):
EMAIL_AUTH = "email_auth"
SMS_AUTH = "sms_auth"