mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-24 22:16:31 +01:00
fix: remove duplicate Path import shadowing module-level import in theme stripping
This commit is contained in:
parent
94a43e9273
commit
3b35a0f2c7
1 changed files with 0 additions and 1 deletions
|
|
@ -6964,7 +6964,6 @@ def run_tagging(parallel: bool = False, max_workers: int | None = None):
|
|||
try:
|
||||
from scripts.build_theme_catalog import build_catalog
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
||||
# Call build_catalog directly to avoid argparse issues
|
||||
data = build_catalog(limit=0, verbose=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue