diff --git a/aider/io.py b/aider/io.py index 0cc481aaf..2b9e57d0d 100644 --- a/aider/io.py +++ b/aider/io.py @@ -417,4 +417,5 @@ class InputOutput: def spinner(self, text): from aider.utils import Spinner + return Spinner(text)