feat: Add Spinner utility to repomap module

This commit is contained in:
Paul Gauthier 2024-08-05 19:32:25 -03:00 committed by Paul Gauthier (aider)
parent c67d10749c
commit c21195252d

View file

@ -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())