From 252a146cc39fdc3f52825d386d531333cc460c0b Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 7 Jul 2026 13:17:24 +0000 Subject: [PATCH] remove silly comment --- etl/hubspot/scripts/scraper/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/etl/hubspot/scripts/scraper/main.py b/etl/hubspot/scripts/scraper/main.py index c824852cd..d51bd6f9c 100644 --- a/etl/hubspot/scripts/scraper/main.py +++ b/etl/hubspot/scripts/scraper/main.py @@ -58,8 +58,6 @@ def handler(body: dict[str, Any], context: Any) -> None: # ============================== # Orchestration of other lambdas # ============================== - # No Abri triggers here: Abri deals are always created bare and their - # dates are set later by ops, so a first scrape can never fire one. if hubspot_deal["pashub_link"]: logger.info( f"Triggering Pas Hub file fetcher for HubSpot deal ID {hubspot_deal_id}"