mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +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
|
@ -414,8 +414,3 @@ class InputOutput:
|
|||
if self.chat_history_file is not None:
|
||||
with self.chat_history_file.open("a", encoding=self.encoding) as f:
|
||||
f.write(text)
|
||||
|
||||
def spinner(self, text):
|
||||
from aider.utils import Spinner
|
||||
|
||||
return Spinner(text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue