From ce05c0e13de0eb613234997abbf837a088af0660 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 15:31:54 -0800 Subject: [PATCH] refactor: remove unused FileWatcher import --- aider/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index f556fcb37..c5ee67371 100644 --- a/aider/io.py +++ b/aider/io.py @@ -25,7 +25,6 @@ from rich.style import Style as RichStyle from rich.text import Text from aider.mdstream import MarkdownStream -from aider.watch import FileWatcher # noqa: F401 from .dump import dump # noqa: F401 from .utils import is_image_file