mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
feat: Add Spinner utility to repomap module
This commit is contained in:
parent
c67d10749c
commit
c21195252d
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ warnings.simplefilter("ignore", category=FutureWarning)
|
|||
from tree_sitter_languages import get_language, get_parser # noqa: E402
|
||||
|
||||
from aider.dump import dump # noqa: F402,E402
|
||||
from aider.utils import Spinner
|
||||
|
||||
Tag = namedtuple("Tag", "rel_fname fname line name kind".split())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue