From 61f5723aa4b8c99d7bfe2121ab4598648eb32fa5 Mon Sep 17 00:00:00 2001 From: Vishnu Vettrivel <23726095+cloudronin@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:32:42 -0700 Subject: [PATCH] fix(demo-space): ASCII dash in deploy_to_hf.py comment (space-package em-dash lint) --- space/deploy_to_hf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/deploy_to_hf.py b/space/deploy_to_hf.py index 5e03bb29..4dedc571 100644 --- a/space/deploy_to_hf.py +++ b/space/deploy_to_hf.py @@ -34,7 +34,7 @@ } # The thin Space Dockerfile builds `FROM + COPY space/`, so the -# Space repo needs only the app tree — the base image (built in CI, see +# Space repo needs only the app tree; the base image (built in CI, see # space/Dockerfile.base) already carries src/, packs/, spec/, specs/, # build-config/, the wheel, and the baked model. TREES = ["space"]