This commit is contained in:
Paul Gauthier 2025-02-07 14:26:59 -08:00
parent b0aa4ef4c8
commit 17993ef9ff
4 changed files with 17 additions and 11 deletions

View file

@ -8,7 +8,7 @@ from dataclasses import dataclass
from pathlib import Path
from grep_ast import TreeContext, filename_to_lang
from tree_sitter_languages import get_parser # noqa: E402
from tree_sitter_language_pack import get_parser # noqa: E402
from aider.dump import dump # noqa: F401
from aider.run_cmd import run_cmd_subprocess # noqa: F401