refactor: remove unused FileWatcher import

This commit is contained in:
Paul Gauthier 2024-12-01 15:31:54 -08:00 committed by Paul Gauthier (aider)
parent 45c92f0868
commit ce05c0e13d

View file

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