feat: Move Spinner class to utils.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-05 19:31:03 -03:00
parent c2254001b5
commit 30b2460a7a

View file

@ -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 != "":