Commit 7ff89b7
committed
Fix CI: regenerate stale generated files; remove unused import
After editing example markdown sources (strings, testing, logging,
datetime, networking, subprocesses, threads-and-processes,
virtual-environments) the embedded sources data and the HTML cache
fingerprint had drifted. `make check-generated` caught this in CI.
src/example_sources_data.py — regenerated by
scripts/embed_example_sources.py
src/asset_manifest.py — HTML_CACHE_VERSION updated by
scripts/fingerprint_assets.py (depends on the embedded data)
scripts/build_marginalia.py — Canvas was imported but unused
after the gestalt-uses-production refactor; ruff caught it
58 tests pass; lint clean; quality-checks clean.1 parent 681bdaa commit 7ff89b7
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
Large diffs are not rendered by default.
0 commit comments