update comment

This commit is contained in:
Daniel Roth 2026-07-07 16:30:36 +00:00
parent 0d69d628e8
commit 4c79fb3c8e

View file

@ -12,7 +12,7 @@ class AbandonReason(str, Enum):
"""OpenHousing's coded reason a job was abandoned.
Only CARDED is used for now; the full HubSpot-outcome-to-code table is a
documented follow-up (needs Abri's code list).
documented follow-up - enum based on Abri codes needs creating and mapping from hubspot
"""
CARDED = "CARDED"