From f8d161382e4738268fed705c7e7c63464f73d132 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 5 Aug 2024 19:31:21 -0300 Subject: [PATCH] style: Format code with linter --- aider/io.py | 1 + 1 file changed, 1 insertion(+) 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)