style: Format code with linter

This commit is contained in:
Paul Gauthier (aider) 2025-02-06 14:07:38 -08:00
parent 4ad7df746e
commit cfb2c1f62a

View file

@ -30,6 +30,7 @@ from rich.style import Style as RichStyle
from rich.text import Text
from aider.mdstream import MarkdownStream
from .dump import dump # noqa: F401
from .utils import is_image_file