feat: add watch_source_files import to io.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-25 12:52:41 -07:00
parent 923d9a0df2
commit 5b7f813f81

View file

@ -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