[object Object]

← back to Japan Enrich

enricher: drop unused imports (pyflakes clean)

01733588028459e5934d649526a15d92e802f32f · 2026-07-01 13:34:52 -0700 · Steve Abrams

Files touched

Diff

commit 01733588028459e5934d649526a15d92e802f32f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 1 13:34:52 2026 -0700

    enricher: drop unused imports (pyflakes clean)
---
 enrich_sangetsu.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/enrich_sangetsu.py b/enrich_sangetsu.py
index 5915c06..c8189e8 100644
--- a/enrich_sangetsu.py
+++ b/enrich_sangetsu.py
@@ -11,8 +11,8 @@ so the viewer's ENRICH index (keyed by normSku(mfr_sku)) picks it up per colorwa
 
 $0 local. Downloads images to images/sangetsu/<sku>.jpg (concurrency, skip-existing, polite).
 """
-import sys, os, json, urllib.request, concurrent.futures as cf
-from enrich import hex_palette, dominant_family, vision_tags, norm_sku, OLLAMA
+import os, json, urllib.request, concurrent.futures as cf
+from enrich import hex_palette, dominant_family, vision_tags, norm_sku
 
 IMG_DIR = "images/sangetsu"
 STAGING = "staging/sangetsu-staging.jsonl"

← 1aceaf0 sangetsu enricher: atomic temp+rename checkpoint + carry-for  ·  back to Japan Enrich  ·  enricher: decouple slow vision (SANGETSU_VISION toggle, defa 16752c3 →