style: Format code with linter

This commit is contained in:
Paul Gauthier (aider) 2024-08-05 19:31:21 -03:00
parent b1003949c0
commit f8d161382e

View file

@ -417,4 +417,5 @@ class InputOutput:
def spinner(self, text):
from aider.utils import Spinner
return Spinner(text)