From 30b2460a7a838537b72ca46f3be9e54f4719d0f8 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 5 Aug 2024 19:31:03 -0300 Subject: [PATCH] feat: Move Spinner class to utils.py --- aider/io.py | 1 - 1 file changed, 1 deletion(-) 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 != "":