From 4c79fb3c8e336e7a0468ac9c558906e087b60b01 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 7 Jul 2026 16:30:36 +0000 Subject: [PATCH] update comment --- domain/abri/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/abri/models.py b/domain/abri/models.py index 159d184f2..a17cf82d5 100644 --- a/domain/abri/models.py +++ b/domain/abri/models.py @@ -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"