diff --git a/aider/io.py b/aider/io.py index ea4d25d0e..9a4110bad 100644 --- a/aider/io.py +++ b/aider/io.py @@ -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 != "":