mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Remove unused spinner method from InputOutput class
This commit is contained in:
parent
f8d161382e
commit
c67d10749c
3 changed files with 30 additions and 6 deletions
|
@ -402,7 +402,7 @@ class RepoMap:
|
|||
if not mentioned_idents:
|
||||
mentioned_idents = set()
|
||||
|
||||
spin = self.io.spinner("Preparing repo map")
|
||||
spin = Spinner("Preparing repo map")
|
||||
|
||||
ranked_tags = self.get_ranked_tags(
|
||||
chat_fnames,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue