From 5b7f813f813a7795abd14551361c45fb1a9681b6 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 25 Oct 2024 12:52:41 -0700 Subject: [PATCH] feat: add watch_source_files import to io.py --- aider/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/io.py b/aider/io.py index a8f404276..46e127bda 100644 --- a/aider/io.py +++ b/aider/io.py @@ -22,6 +22,7 @@ from rich.style import Style as RichStyle from rich.text import Text from aider.mdstream import MarkdownStream +from aider.watch import watch_source_files from .dump import dump # noqa: F401 from .utils import is_image_file