From a218b1d3d042c1cdd66f206f80a85c1b4d269846 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 6 Feb 2025 14:06:42 -0800 Subject: [PATCH] style: Run linter on aider/io.py --- aider/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/io.py b/aider/io.py index e5d4f0e1e..0e898aa58 100644 --- a/aider/io.py +++ b/aider/io.py @@ -48,6 +48,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