fix: remove duplicate Path import shadowing module-level import in theme stripping
Some checks failed
CI / build (push) Waiting to run
Editorial Lint / lint-editorial (push) Has been cancelled

This commit is contained in:
matt 2026-03-20 12:07:07 -07:00
parent 94a43e9273
commit 3b35a0f2c7

View file

@ -6964,7 +6964,6 @@ def run_tagging(parallel: bool = False, max_workers: int | None = None):
try: try:
from scripts.build_theme_catalog import build_catalog from scripts.build_theme_catalog import build_catalog
import json import json
from pathlib import Path
# Call build_catalog directly to avoid argparse issues # Call build_catalog directly to avoid argparse issues
data = build_catalog(limit=0, verbose=False) data = build_catalog(limit=0, verbose=False)