mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
feat: Move Spinner class to utils.py
This commit is contained in:
parent
c2254001b5
commit
30b2460a7a
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ class InputOutput:
|
|||
llm_history_file=None,
|
||||
editingmode=EditingMode.EMACS,
|
||||
):
|
||||
self.spinner_chars = itertools.cycle(["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"])
|
||||
self.editingmode = editingmode
|
||||
no_color = os.environ.get("NO_COLOR")
|
||||
if no_color is not None and no_color != "":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue